下列语句输出结果为( )。  public class test  {   public static void main(String args[ ])   {    int x=10,y=8;    boolean b=true;    Syst

admin2009-01-15  19

问题 下列语句输出结果为(    )。  public class test  {   public static void main(String args[ ])   {    int x=10,y=8;    boolean b=true;    System.out.println(x>0&&x<y||b);   }  }

选项 A、真
B、假
C、1
D、0

答案1

解析
转载请注明原文地址:https://kaotiyun.com/show/cTnp777K
0

相关试题推荐
最新回复(0)