摘要: 编写一个简单程序,要求数组长度为5,分别赋值10,20,30,40,50,在控制台输出该数组的值。(知识点:数组定义和创建、一维数组初始化)[必做题]? 1 package tegf.gfg.trdyt; 2 3 public class test1 { 4 5 /** 6 * @param arg 阅读全文
posted @ 2021-04-26 17:02 董澳 阅读(54) 评论(0) 推荐(0) 编辑