执行下列代码之后,输出的结果为______。 public class ex27 { public static void main(String[] args) {

admin2012-12-13  31

问题 执行下列代码之后,输出的结果为______。      public class ex27      {           public static void main(String[]  args)           {                 iht x=7;                 int y=15;                 boolean bb=(127|x)>7&&(-128∧y)<15;                 System.out. println(bb);           }      }

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

答案A

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

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