【单选题】
取出1至6之间的随机整数的表达式是()
A、Int(6*Rnd)
B、Int(1+6*Rnd)
C、Int(6*Rnd-1)
D、Int(7*Rnd-1)
A、Int(6*Rnd)
B、Int(1+6*Rnd)
C、Int(6*Rnd-1)
D、Int(7*Rnd-1)
A、Math.floor(Math.random()*6) B、Math.floor(Math.random()*7) C、Math.floor(Math.random()*8) D、Math.ceil(Math.random()*8)
A、(int)(20+Math.random()*97) B、 20+(int)(Math.random()*980) C、(int)Math.random()*999 D、 20+(int)Math.random()*980