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