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

为啥结果不对?

HelloWorld.java

public class HelloWorld{  

  public static void main(String[] args) {  

      int a=16;      

     double b=9.5;        

     String str1="hello";    

     String str2="imooc";       

     System.out.println("a等于b:" + (a  == b));    

     System.out.println("a大于b:" + (a >  b));  

     System.out.println("a小于等于b:" + (a <=  b)); 

      System.out.println("str1等于str2:" + (str1  == str2));   

 }

}



error: ')' expected
System.out.println("a??b?" + (a b));
^
error: ';' expected
System.out.println("a??b?" + (a b));
^
error: ')' expected
System.out.println("a????b?" + (a b));
^
error: ';' expected
System.out.println("a????b?" + (a b));
^
error: ')' expected
System.out.println("str1??str2?" + (str1 str2));
^
error: ';' expected
System.out.println("str1??str2?" + (str1 str2));
^
6 errors

正在回答

3 回答

服务器延时!

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

刷新出来了


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

举报

0/150
提交
取消

为啥结果不对?

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