(Column sorting) Implement the following function to sort the columns in a twodimensional array. A new array is returned. The original array is intact.
const int SIZE =3 ;void sortCo1umns(const double m[][SIZE],double resu1t[][SIZE]);
Write a test program that prompts the user to enter a 3 × 3 matrix of double values and display a new column-sorted matrix. Here is a sample run:

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.