动手动脑-生成随机数

i

public class Ko{
public static void main(String[] args)
{
for(int i=0;i<1000;i++){
int q=(int)(Math.random()*100000);
System.out.println(q);
}
}
}

posted on 2019-09-27 19:15  孔kk  阅读(96)  评论(0)    收藏  举报

导航