相关考题
-
单项选择题
以下代码的输出结果是什么?()
A.输出Integer.MAX_VALUE
B.输出一个最接近Float.MAX_VALUE的整数
C.编译失败
D.运行时输出异常信息 -
单项选择题
调用Math.random()方法最有可能输出以下哪些结果?()
A.-0.12和0.56E3
B.0.12和1.1E1
C.-23.45和0.0
D.0.356和0.03 -
单项选择题
以下哪个方法用于计算平方根?()
A.squareRoot()
B.sqrt()
C.root()
D.sqr()
