Question: Write a C program that asks the user to enter 8 integer numbers computes the minimum, maximum and average of these 8 integers displays the

 Write a C program that asks the user to enter 8

Write a C program that asks the user to enter 8 integer numbers computes the minimum, maximum and average of these 8 integers displays the minimum, maximum and average the following way (example): min(1, 42, 1664, -17, 17, 64, 48,0)=-17 max(1, 42, 1664,-17, 17, 64, 48,0) = 1664 avg(1, 42, 1664,-17, 17, 64, 48,0) = 227.37500

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!