2D Array Program
A program where the user can determine the dimension of a 2D array. Randomly fill up the array with numbers from 1 to 100; Sort through the array and find the highest, lowest and average number. Find the most occurrences of the randomly generated numbers.