Code is copied!
Find the maximum and minimum value in the matrix and display them along with their position Sort the element of the matrix in a sending order using any standard sorting technique and rearrange them in the matrix. INPUT Entered values : 8,7,9,3,-2,0,4,5,1,3,6,-4 Original Matrix : 8 7 9 3 -2 0 4 5 1 3 6 -4 largest number : 9 Row : 0 Column : 2 Smallest number : -4 Row = 2