Java:在100内随机选取5个随机数。

你要努力!这种节目不得不问。请参考这段代码!多看jdk文档,很多都打包的很好。

导入Java . util . hashset;

公共类测试{

公共静态void main(String args[]) {

HashSet & lt整数& gths = new HashSet<。整数& gt();

while (true) {

int a =(int)(math . random()* 100);

如果(a & gt= 10 & amp;& ampa & lt= 100) {

hs . add(a);

}

if (hs.size() == 5) {

打破;

}

}

system . out . println(hs);

}

温馨提示:亲答解决问题不容易,更难。你们的支持是我继续回答问题的动力。请采纳。谢谢你。