Write a program that creates a two-dimensional array in the heap and then analyzes it to determine the minimum, maximum, and average of each column. The data are to be read from a file. The first two elements are the number of rows in the array and the number of columns in each row.