执行下列代码段之后,变量b的值为______。 public class ex40 { public static void main(String[] args) {

admin2008-01-11  32

问题 执行下列代码段之后,变量b的值为______。      public class ex40      {            public static void main(String[]  args)            {                 byte x=5;                 byte y=5;                 byte c=10;                 boolean b;                 b-c<x<<y;                 System.out.println (b);            }       }

选项 A、1
B、0
C、false
D、true

答案D

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

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