Scanner input = new Scanner(System.in); for (int i = 0; i < column; i++){ for (int j = 0; j < row; j++){ array[i][j] = input.nextInt(); } }