qq_慕斯卡0592400
2021-08-30 03:27
public class HelloWorld {
public static void main(String[] args) {
boolean a = true; // a同意
boolean b = false; // b反对
boolean c = false; // c反对
boolean d = true; // d同意
System.out.printIn((a&&b)+"未通过");
System.out.printIn((a||b)+"通过");
System.out.printIn((!a)+"未通过");
System.out.printIn((c^d)+"通过");
}
}
println L小写l,不是大写I
Java入门第一季(IDEA工具)升级版
1165172 学习 · 17581 问题
相似问题