POLAYOR

10 2022 档案

学校Java Week6
摘要:Week6 W6L1 Array // create an Array int [] myArray; myArray = neew int[5]; // 2D Array int[][] a = new int[3][5]; // 3 rows, 5 columns Arrays + For Lo 阅读全文

posted @ 2022-10-21 14:42 POLAYOR 阅读(24) 评论(0) 推荐(0) 编辑

学校Java Week5
摘要:Week5 W5L1 Review Control Flow Condition Loops counter Loops For loops Does the exact same thing with less code for (int i = 0; i < 10; i++) // initia 阅读全文

posted @ 2022-10-11 21:43 POLAYOR 阅读(49) 评论(0) 推荐(0) 编辑

Java数组
摘要:Java数组 数组的定义 相同类型数据的有序集合 相同类型的若干个数据 通过下标访问 变量的类型 变量的名字 = 变量的值; public class Array { public static void main(String[] args) { int[] nums; //声明 int nums 阅读全文

posted @ 2022-10-08 23:15 POLAYOR 阅读(17) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示