int[][] ints = new int[3][3]; //The 2D array. System.out.println("Please enter 9 integers separated by spaces:"); for(int cinput = 0; cinput ...
確定! 回上一頁