Hows it going guys, I'm working on this 8x8 array that is filled with randoms numbers between 1 and 100, it has to search my matrix for the minimum and max values and print them and if the min and max occur more than once they have to print the occurrences of them. after the matrix has to be sorted into descending order and i need ti print the average value of the entire matrix.Also i need the matrix to be symmetrical. Could someone please help fix my program to do this. Here is what i have so far.: