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 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
Get step-by-step solutions from verified subject matter experts
