Write a program to sort the rows in a 3 by 3 two dimensional array. A new array is returned. can someone help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a program to sort the rows in a 3 by 3 two dimensional array. A new array is returned. can someone help

Write a program to sort the rows in a 3 by 3 two dimensional array. A new array is returned. The original array is intact. Use the following information for the program. const int SIZE = 3; void sortRows(const double m[ ][SIZE], double result[ ][SIZE]); The user will enter a 3 by 3 matrix of double values and display a new row-sorted matrix as an output. A sample output:

11th Nov 2017, 4:35 PM
Ty'Quan Smiley
1 Answer
+ 4
Do your own homework. If you need help, post your code here and state your problem.
11th Nov 2017, 11:33 PM
qwerty
qwerty - avatar