摘要:
1.编写一个简单程序,要求数组长度为5,静态赋值10,20,30,40,50,在控制台输出该数组的值。 public class a1 { public static void main(String[] args){ int[] shuzu=new int[]{10,20,30,40,50}; f 阅读全文
posted @ 2020-04-09 13:28
孙英哲
阅读(143)
评论(1)
推荐(1)
浙公网安备 33010602011771号