Write a PAC,Pseudocode/Algorithm and a Java program to read a 3x3 matrix.Perform the following sequence of operations: 1
Posted: Fri Apr 29, 2022 6:42 am
Write a PAC,Pseudocode/Algorithm and a Java program to read a 3x3 matrix.Perform the following sequence of operations: 1.Sort the elements of 3x3 in ascending order. Thing 2.After sorting, replace the middle value with the input matrix (original matrix) and display the resultant matrix.