//File: IntTable.java public class IntTable { public static void display (int [] [] x, int rows, int cols) { for (int row=0; row