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

admin2009-01-15  33

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

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

答案2

解析
转载请注明原文地址:https://jikaoti.com/ti/cIb0FFFM
0

最新回复(0)