网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
在Math类中random方法可以产生随机数。如果从1到100之间产生一个随机整数(大于等于1,小于等于100),并赋值给n,那么下面语句正确的是()。
- A、n=Math.round(Math.random(100))+1;
- B、n=Math.round(Math.random()*100)+1;
- C、n=Math.floor(Math.random(100))+1;
- D、n=Math.floor(Math.random()*100)+1;
参考答案
更多 “在Math类中random方法可以产生随机数。如果从1到100之间产生一个随机整数(大于等于1,小于等于100),并赋值给n,那么下面语句正确的是()。A、n=Math.round(Math.random(100))+1;B、n=Math.round(Math.random()*100)+1;C、n=Math.floor(Math.random(100))+1;D、n=Math.floor(Math.random()*100)+1;” 相关考题
考题
在JavaScript中要取最接近整数x并且比x小的数值,应该使用:()
A.Math.round()B.Math.random()C.Math.ceil()D.Math.floor()
考题
关于JavaScript中的Math对象的说法,正确的是( )
A.Math.ceil(512.51)返回的结果为512B.Math.floor( )方法用于对数字进行下舍入C.Math.round(-512.51)返回的结果为-512D.Math.random( )返回的结果范围为0-1,包括0和1
考题
关于JavaScript中的Math对象的说法,正确的是( )。
A.Math.ceil(512.51)返回的结果为512B.Math.floor( )方法用于对数进行下舍入C.Math.round(-512.51)返回的结果为-512D.Math.random( )返回结果为0~1,包括0和1
考题
要产生[20,999]之间的随机整数使用哪个表达式?
A.(int)(20+Math.random()*979)B. 20+(int)(Math.random()*980)C. (int)Math.random()*999D. 20+(int)Math.random()*980
考题
要产生[20,999]之间的随机整数可以使用以下哪个表达式?()A、(int)(20+Math.random()*97)B、 20+(int)(Math.random()*980)C、(int)Math.random()*999D、 20+(int)Math.random()*980
考题
以下()表达式产生一个0~7之间(含0,7)的随机整数。A、Math.floor(Math.random()*6)B、Math.floor(Math.random()*7)C、Math.floor(Math.random()*8)D、Math.ceil(Math.random()*8)
考题
单选题以下()表达式产生一个0~7之间(含0,7)的随机整数。A
Math.floor(Math.random()*6)B
Math.floor(Math.random()*7)C
Math.floor(Math.random()*8)D
Math.ceil(Math.random()*8)
考题
单选题要产生[20,999]之间的随机整数可以使用以下哪个表达式?()A
(int)(20+Math.random()*97)B
20+(int)(Math.random()*980)C
(int)Math.random()*999D
20+(int)Math.random()*980
热门标签
最新试卷