初学者,捣鼓出的一个作业,('')。
public void testSrot22() {
List<String> stringList = new ArrayList<String>();
for (int i = 0; i < 10; i++) {
Random k = new Random();
Integer k1 = k.nextInt(9) + 1;
String num1 = "";
for (int j = 0; j < k1; j++) {
Random random = new Random();
Integer num = random.nextInt(10);
num1 += num;
}
stringList.add(num1);
}
for (String string : stringList)
System.out.println(string);
}
点击查看更多内容
为 TA 点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦