摘要: 1、随机输出班上5名学生的学号。 public class random { public static void main(String[] args) { for(int s=0;s<5;s++) System.out.println((int)(Math.random()*55+1)); } 阅读全文
posted @ 2019-05-31 09:23 李佳伟丶 阅读(112) 评论(0) 推荐(0) 编辑