为了账号安全,请及时绑定邮箱和手机立即绑定

哪位大神指导下哪里不对呢

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.tringln((a && b)+"反对");
        System.out.tringln((a || b)+"同意");
        System.out.tringln((!a)+"反对");
        System.out.tringln((c ^ d)+"同意");
    x
 }
}

正在回答

3 回答

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.println((a || b) + "通过");

        System.out.println((!a) + "未通过");

        System.out.println((c^b) + "通过");

    

}

}


0 回复 有任何疑惑可以回复我~

System.out.println();

0 回复 有任何疑惑可以回复我~

        System.out.tringln((a && b)+"反对");少了p
        System.out.tringln((a || b)+"同意");少了p      

        System.out.tringln((!a)+"反对");少了p  

        System.out.tringln((c ^ d)+"同意");少了p  

      x多了

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

哪位大神指导下哪里不对呢

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信