单项选择题

下列程序段:
Int x=10,y=8;
boolean b=true;
System.out.println(x>0&&x<y||b);
的结果为 ( )

A.true
B.false
C.1
D.0