问题详情

执行下列代码之后,输出的结果为______。 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

C、1

D、false

时间:2022-01-06 02:44 关键词:

答案解析

A