thΓ‘ng 9 15, 2020
1.
public class Demo {
public static void main(String [] args) {
boolean x = true, y = false;
System.out.println((x && y) || !x);
}
}

Template

Anas RAR
🌏 Web Developer

Labels

Labels