摘要: 1.编写一个随机生成 10个 0(包括) 到 100 之间的随机正整数。 package zy; public class test { public static void main(String[] args) { int[] arr = new int[10]; //定义一个含10个元素的in 阅读全文
posted @ 2020-05-28 11:09 天赐小白 阅读(213) 评论(0) 推荐(0)