第十三周上机练习
摘要:1.编写一个随机生成 10个 0(包括) 到 100 之间的随机正整数。 public class Random { public static void main(String[] args) { int[] arr = new int[10]; for(int i = 0; i < 10; i+
阅读全文
posted @ 2020-05-28 23:23
posted @ 2020-05-28 23:23
posted @ 2020-05-26 18:57
posted @ 2020-05-19 18:20
posted @ 2020-05-14 12:29
posted @ 2020-05-07 11:52