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 35 matrix containing integer numbers between 10 and 90.
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 re-display the matrix using "DisplayTheMatrix" method
OUTPUT EXAMPLES
C: Windows ??? s...
C: ||| Windows ||| s...
The numbers of 35 matrix:
ROW: 69,26,63,16,80
ROW: 23,87,89,60,13
ROW: 29,68,22,27,32
The sorted numbers of each row:
ROW: 1626,63,69,80
ROW: 13,23,60,87,89
ROW: 22,27,29,32,68
The numbers of 35 matrix:
ROW: 16,73,15,41,10
ROW: 70,66,40,11,34
ROW: 45,77,73,56,51
The sorted numbers of each row:
ROW: 10,15,16,41,73
ROW: 11,34,40,66,70
ROW: 45,51,56,73,77
 Please use C# Write a program that will create a 35

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!