来个大神帮我写下 急急急
eclipse吧
全部回复
仅看楼主
level 1
写一个方法,随机生成10个1-100不重复的数字存到一个数组中。
提示:获取1-100的随机数
int a = (int)(Math.random * 99 + 1);
2018年04月28日 09点04分 1
1