Question: Please write program using basic C, thanks! (20 points): Write a Program to find the sum, average, minimum and maximum of all elements of each

Please write program using basic C, thanks!

Please write program using basic C, thanks! (20 points): Write a Program

(20 points): Write a Program to find the sum, average, minimum and maximum of all elements of each row of a matrix. The user first enters the number of rows and columns, then enters all of the data of the matrix. Then the program will print the matrix elements and the sum, the average, the minimum, and the maximum of each row. The output should be as below: (Submit a repl link.) Enter number of Rows: 2 Enter number of cols :2 Enter matrix elements: Enter element [1,1]:1 Enter element [1,2] 2 Enter element [2,1] 3 Enter element [2,2] 1 SUM: 3 SUM4 Average 1.50 maximum2, mininum 1 Average 2.00 maximum3, mininum 1

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!