package Lect27Arrays2D; public class TwoDimArrayEx4 { public void printArray(int[][] array) { for (int row=0; row