摘要: 关于数组的学习 一维数组 数组动态定义以及通过for循环遍历赋值最后计算总和。 public class Demo01 { public static void main(String[] args) { ​ int[] array = new int[10]; //动态数组声明+空间分配 Syst 阅读全文
posted @ 2021-10-11 17:48 天sir 阅读(420) 评论(0) 推荐(0)