题目
要产生[20,999]之间的随机整数可以使用以下哪个表达式?
- A.(int)(20+Math.random()*97)
- B.20+(int)(Math.random()*980)
- C.(int)Math.random()*999
- D.20+(int)Math.random()*980
提示:未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。
答案
查看答案
搜题