下面程序段的输出结果是_______。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
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索