卢田田

导航

2020年4月9日 #

java第四次上机

摘要: .1.编写一个简单程序,要求数组长度为5,静态赋值10,20,30,40,50,在控制台输出该数组的值。 package chap; public class test1 { public static void main(String[] args) { int[] arr={10,20,30,4 阅读全文

posted @ 2020-04-09 11:44 可爱小卢没脑袋 阅读(326) 评论(1) 推荐(1)