试题详情
单项选择题在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;

  • D
  • 关注下方微信公众号,在线模考后查看

热门试题