摘要: 1.编写一个简单程序 1 public class Yu { 2 3 /** 4 * @param args 5 */ 6 public static void main(String[] args) { 7 // TODO Auto-generated method stub 8 int a[] 阅读全文
posted @ 2021-04-27 16:18 唐一南 阅读(90) 评论(0) 推荐(0)
摘要: 练习 1.编写一个简单程序,要求数组长度为5,静态赋值10,20,30,40,50,在控制台输出该数组的值。 1 package Third; 2 3 public class D1 { 4 5 /** 6 * @param args 7 */ 8 public static void main(S 阅读全文
posted @ 2021-04-27 15:51 唐一南 阅读(52) 评论(0) 推荐(0)