标签: java for-loop random
我需要创建一个程序,输入一系列数字的开始和结束值。
答案 0 :(得分:4)
randnum = (int)((endval - startval) * Math.random()) + startval