-->
当前位置:首页 > 题库 > 正文内容

单选题:For the code below:

Luz3年前 (2022-09-17)题库753
For the code below:
JAVA
boolean m = true;
if ( m=false )
System.out.println("False");
else
System.out.println("True");

What is the output? ( )



A.False
B.True
C.None
D.An error will occur when running


答案:B

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。