慕数据8146994
2019-01-11 00:07
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.println((a&&b)+"未通过");
System.out.ptintln((a||d)+"通过");
System.out.ptintln((!a)+"未通过");
System.out.ptintln((c^d)+"通过");
没有为类型 PrintStream 定义方法 ptintln(String)
Java入门第一季(IDEA工具)升级版
1167135 学习 · 17927 问题
相似问题