北京语言大学 / Java语言程序设计
正确率:100%
下面程序段的输出结果是_______。public class Test{ public static void main(String args[]){ int x,y; x=(int)Math.sqrt(5)/2+(int)Math.random()*5/2; y=(int)Math.sqrt(3)/2+(int)Math.random()*3/2; if(x>y) System.out.println("x>y");
A.编译错误
B.x>y
C.x=y
D.x
参考答案:
佳题速递: