Implement the following method to sort the columns in a twodimensional array. A new array is returned

Question:

Implement the following method to sort the columns in a twodimensional array. A new array is returned and the original array is intact.public static double[][] sortColumns(double[][] m)Write a test program that prompts the user to enter a 3 ? 3 matrix of double values and displays a new column-sorted matrix. Here is a sample run:image

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: