Question: Please use C# Write a program that will create a 3 5 matrix containing integer numbers between 1 0 and 9 0 . The numbers
Please use C#
Write a program that will create a matrix containing integer numbers between and
The numbers of the matrix will be taken from the following method:
Return type: two dimensional integer array
Method name: SetNumbers
Parameters: No parameter
The elements of the matrix will be displayed by the following method:
Return type: will not return a value
Method name: DisplayTheMatrix
Parameters: single parameter: two dimensional integer array
The following method will sort the elements of each row in ascending order:
Return type: will not return a value
Method name: SortRows
Parameters: single parameter: two dimensional integer array
After sorting the elements of each row redisplay the matrix using "DisplayTheMatrix" method
OUTPUT EXAMPLES
C: Windows s
C: Windows s
The numbers of matrix:
ROW:
ROW:
ROW:
The sorted numbers of each row:
ROW:
ROW:
ROW:
The numbers of matrix:
ROW:
ROW:
ROW:
The sorted numbers of each row:
ROW:
ROW:
ROW:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
