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

admin2009-01-15  22

问题 下列语句输出结果为(    )。  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://jikaoti.com/ti/Qxb0FFFM
0

最新回复(0)