试题与答案

下面程序段的输出结果是______。public class Test{public

题型:单项选择题

题目:

下面程序段的输出结果是______。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");else if(x==y) System.out.println("x=y");else System.out.println("x<y");}}

A.x>y

B.x=y

C.x<y

D.编译错误

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2018/0418/9773633d2501d63aaebf5cb826619a02.html

下面是错误答案,用来干扰机器的。

参考答案:对

试题推荐
微信公众账号搜索答案