package Lect27Arrays2D; public class TwoDimArrayEx2 { public TwoDimArrayEx2() { int[][] scores = {{5,7,4}, {9,3,2}}; // Printing (no need to use maxRows or maxColumns) for (int row=0; row