Output for File2.txt Testing getTotal The total of the 2D array is: 26.0 Testing getAverage The average of the 2D array is: 6.5 Testing getRowTotal for row 1 The total of the 2D array row 1 is: 15.0 Testing getColumnTotal for column 1 The total of the 2D array column 1 is: 14.0 Testing getHighestInRow 1 The highest value in the 2D array row 1 is: 8.0 Testing getLowestInRow 1 The lowest value in the 2D array row 1 is: 7.0 Testing getRowTotal for row 2 Your row 2 is too large. Minimum value returned. The total of the 2D array row 2 is: 4.9E-324 Testing getColumnTotal for column 2 Your column 2 is too large. Minimum value returned. The total of the 2D array column 2 is: 4.9E-324 Testing getHighestInRow 2 Your row 2 is too large. Minimum value returned. The highest value in the 2D array row 2 is: 4.9E-324 Testing getLowestInRow 2 Your row 2 is too large. Minimum value returned. The lowest value in the 2D array row 2 is: 4.9E-324 Testing getRowTotal for row 3 Your row 3 is too large. Minimum value returned. The total of the 2D array row 3 is: 4.9E-324 Testing getColumnTotal for column 3 Your column 3 is too large. Minimum value returned. The total of the 2D array column 3 is: 4.9E-324 Testing getHighestInRow 3 Your row 3 is too large. Minimum value returned. The highest value in the 2D array row 3 is: 4.9E-324 Testing getLowestInRow 3 Your row 3 is too large. Minimum value returned. The lowest value in the 2D array row 3 is: 4.9E-324 Program has completed normally Output for File1.txt Testing getTotal The total of the 2D array is: 1537.66 Testing getAverage The average of the 2D array is: 128.13833333333335 Testing getRowTotal for row 1 The total of the 2D array row 1 is: 1437.82 Testing getColumnTotal for column 1 The total of the 2D array column 1 is: 248.84 Testing getHighestInRow 1 The highest value in the 2D array row 1 is: 999.55 Testing getLowestInRow 1 The lowest value in the 2D array row 1 is: 87.6 Testing getRowTotal for row 2 The total of the 2D array row 2 is: 19.9 Testing getColumnTotal for column 2 The total of the 2D array column 2 is: 97.1 Testing getHighestInRow 2 The highest value in the 2D array row 2 is: 6.6 Testing getLowestInRow 2 The lowest value in the 2D array row 2 is: 3.4 Testing getRowTotal for row 3 Your row 3 is too large. Minimum value returned. The total of the 2D array row 3 is: 4.9E-324 Testing getColumnTotal for column 3 The total of the 2D array column 3 is: 183.27 Testing getHighestInRow 3 Your row 3 is too large. Minimum value returned. The highest value in the 2D array row 3 is: 4.9E-324 Testing getLowestInRow 3 Your row 3 is too large. Minimum value returned. The lowest value in the 2D array row 3 is: 4.9E-324 Program has completed normally