下列程序段的输出结果是( )
Void complicatedExpression() {
Int x=20, y=30;
Boolean b;
B=x>50&&y>60||x>50&&y<-60||x<-50&&y>60||x<-50&&y<-60;
System.out.printlnB.;}
A.true B.false C.1 D.0正确答案B
下列程序段的输出结果是( )
Void complicatedExpression() {
Int x=20, y=30;
Boolean b;
B=x>50&&y>60||x>50&&y<-60||x<-50&&y>60||x<-50&&y<-60;
System.out.printlnB.;}
A.true B.false C.1 D.0正确答案B