标签:string random stat dom and main rand int class
public class mathrondom {
public static void main(String[] args) {
for(int i=0;i<10;i++){
int s=1+(int)(Math.random()*(100-1));
System.out.println(s);
}
}
}
标签:string random stat dom and main rand int class
原文地址:https://www.cnblogs.com/javalv/p/10914335.html