摘要: 1 public class shuzu06{ 2 //编写一个main方法 3 public static void main(String[] args){ 4 5 6 //定义数组 7 int[] arr = {11,22,33,44,55,66}; 8 //思路分析 9 //规律 10 // 阅读全文
posted @ 2024-07-29 09:11 勤奋的小番茄 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1 public class shuzu06{ 2 //编写一个main方法 3 public static void main(String[] args){ 4 5 //将 int[] arr1 ={10,20,30}; 拷贝到 arr2数组, 6 //要求数据空间是独立的。 7 8 int[] 阅读全文
posted @ 2024-07-29 08:49 勤奋的小番茄 阅读(3) 评论(0) 推荐(0) 编辑