3下面程序段的输出结果为( )。 mblic class Test public static void main(String args[]) { boolean a,b,c;

admin2010-07-28  24

问题 3下面程序段的输出结果为(   )。      mblic class Test       public static void main(String args[])        {          boolean a,b,c;          a=(3<5);          b=(a==true);          System.out.println("a="+a+"b="+b);          c=(b=false);          System.out.println("b="+b+"c="+c);        }     }

选项 A、a=true  b=false     b=true  c=false
B、a=true  b=false     b=true  c=true
C、a=true  b=true     b=true   c=false
D、a=false  b=false     b=true   c=false

答案4

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

最新回复(0)