题目
java返回一个 low 到 high的随机整数 (包括low和high).
Which /* expression */ will always return a value that satisfies the postcondition?( )
(A) (int) (Math.random() * high) + low;
(B) (int) (Math.random() * (high - low)) + low;
(C) (int) (Math.random() * (high - low + 1)) + low;
(D) (int) (Math.random() * (high + low)) + low;
Which /* expression */ will always return a value that satisfies the postcondition?( )
(A) (int) (Math.random() * high) + low;
(B) (int) (Math.random() * (high - low)) + low;
(C) (int) (Math.random() * (high - low + 1)) + low;
(D) (int) (Math.random() * (high + low)) + low;
提问时间:2021-01-23
答案
public int getRandom(int low,int high){
Random r=new Random();
int rand=r.nextInt(high-low+1);//产生一个0到high-low的整数
return rand+low;
}
Random r=new Random();
int rand=r.nextInt(high-low+1);//产生一个0到high-low的整数
return rand+low;
}
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
最新试题
- 1月球是不是一半永远是白天,一半永远是黑夜?还是对某一点来说半年白天半年黑夜?地球没有自转的话是不是就和月球一样了?我以前也问过这个问题,但大家各执一词,我不知道该听谁的,请回答的人写出你的结论的来源,
- 2小学病句题,要十种不同类型的,类型与例句全要!
- 3几题双曲线方程题目.
- 4额定功率为80kw,质量为2.0t的汽车,在平直公路上沿直线行驶.当汽车的速度v=10m/s,阻力与速度成正比f=kv=200v.问:
- 5结合具体的事例和人物谈谈你对中华民族精神的认识
- 6whoever与whomever的区别
- 7如图,△ABC中,∠ACB=90°,CD是AB边上的高,DE平分∠ADC.且∠A=40°,求∠BCD,∠CED?
- 876克木糖醇分子的物质的量是0.5mol,其中含碳原子多少mol?
- 9根据方程组x+2y=14,2x+y=16请你编一道应用题,
- 10设x为一切实数,则下列等式一定成立的是( ) A.x2=x B.xx=1 C.x-|x|=0 D.3−x3=-x
热门考点
- 1给下面的单词增加一个字母,使它们成为另一个单词
- 2解方程3x-7=3分之1x+5
- 3the indoor seimming pool seems to be a great deal more luxurious than__
- 4对于欧姆定律公式I=U/R的理解,下列说法中错误的是( ) A 对某一导体来说,导体中的电流与其两端电压成正
- 5描写全部情况全过程的AABB式成语
- 6怎样才能在英语听力时做好注意力非常集中?
- 7一个葡萄专业户,计划在两年间内把葡萄产量提高69%,如果每年比上一年提高的百分数相同,求这个百分数.
- 8If he says such things, he is not a friend of my father.
- 9甲数是乙数的七分之四,乙数是甲﹑乙两数和的( ).
- 10x1x2属于[-1/2,1/2],则x1-x2大于还是小于0