A.round
B.random
C.pow
D.sqrt
第1题:
A.Math.ceil(512.51)返回的结果为512
B.Math.floor( )方法用于对数进行下舍入
C.Math.round(-512.51)返回的结果为-512
D.Math.random( )返回结果为0~1,包括0和1
第2题:
动作语句:math.random()*10表示产生0--10之间的随机数。
A对
B错
第3题:
数学类Math中返回随机数的方法是()。
A.sin()
B.sqrt()
C.random()
D.Random()
第4题:
Java语言中的方法Math.Random( )返回0到()之间的一个随机小数。
对
略
第5题:
Math对象的()方法是返回 0 ~ 1 之间的随机数?
A.random()
B.round()
C.sin()
D.sqrt()