万能百科  > 计算机   > 

[填空题] 执行下列程序段之后,输出的结果为______。 public class exl0 { public static void main(S

2021-07-20   

[填空题] 执行下列程序段之后,输出的结果为______。 public class exl0 { public static void main(String[] args) { int i=3; int j=7; int k=8; boolean b=j>i∧k!=i; System.out.println(b); } }

正确答案:

false

词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。

标签