Java_二维数组

1 二维数组定义 2 class Array2Demo 3 { 4 public static void main(String[] args) 5 { 6 //int[] arr=new int[3]; 定义一维数组 7 //int[][] arr=new int[3][2]; 定义二维数组 ,里边有3个一维数组 8
相关文章
相关标签/搜索