Question: write a C PROGRAM USING SINGLE-DIMENSIONAL ARRAY that will accept 10 input values and will store the values of array. the program will also identify
write a C PROGRAM USING SINGLE-DIMENSIONAL ARRAY that will accept 10 input values and will store the values of array. the program will also identify and print the minimum, maximum and average of input values.
the output should look like this:

Input Value 1: 50 Input Value 2: 20 Input Value 3: 35 Input Value 4: 100 : Input Value 5: 75 Input Value 6: 89 Input Value 7:5 Input Value 8: 11 Input Value 9: 85 Input Value 10: 60 MIN Value: 5 MAX Value: 100 AVG Value: 53
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
