单项选择题以下代码可以被计算机直接执行的是( )。
单项选择题下列语句输出结果为( )。 public class test public static void main(String args[ ]) int x=10,y=8; boolean b=true; System.out.println(x>0&&x<y||b);