问题
单项选择题
下列程序的输出结果是( )。
public Comlicatedexpression()
public static void main(String[] args)
int x=20, y=30;
boolean b;
b=x>50&&y>60‖x>50&&y<-60‖x<-50&&y>6011x<-50&&y<-60;
System.out.println(b);
A.true
B.false
C.I
D.0
答案
参考答案:B