问题 更新时间2023/4/3 12:59:00 要产生[20,999]之间的随机整数使用哪个表达式? ( )A、 (int)(20+Math.random()*97)B、 20+(int)(Math.random()*980)C、 (int)Math.random()*999D、 20+(int)Math.random()*980 答案 登录 注册 正确答案为:B 出自:石家庄铁道大学 >> 石家庄铁道大学面向对象程序设计