【单选题】要产生[20,999]之间的随机整数使用()表达式。
A.
(int)(20+Math.random()*979)
B.
20+(int)(Math.random()*980)
C.
(int)Math.random()*999
D.
20+(int)Math.random()*980
【单选题】要将Word文档中的一部分内容复制到另处,先要进行()操作。
【单选题】要产生 [20 , 999] 之间的随机整数使用哪个表达式?
A.
(int)(20+Math.random()*979)
B.
20+(int)(Math.random()*980)
C.
(int)Math.random()*999
D.
20+(int)Math.random()*980