给定某Java程序的main方法如下,该程序的运行结果是( )。
Public static void main(String[] args){
Boolean boo=false;
If(boo=true){
System.out.println("a");
}
Else{
System.out.println("b");
}
}
A.a B.b C.c D.d正确答案A
给定某Java程序的main方法如下,该程序的运行结果是( )。
Public static void main(String[] args){
Boolean boo=false;
If(boo=true){
System.out.println("a");
}
Else{
System.out.println("b");
}
}
A.a B.b C.c D.d正确答案A