Question: Prog_1.c Create a program called prog_1.c. The objective of this program is to declare an array of ten (10) integers and ask the user for
Prog_1.c Create a program called prog_1.c. The objective of this program is to declare an array of ten (10) integers and ask the user for values to insert in the array positions. Once the values are there, the program should output the array in vertical view and the total number of the elements that are Enter number: 5 above the average of all the elements in the array. Points: 0.25 Enter number: 1 Enter number: 2 Enter number: 3 Enter number: 4 5. Enter number: 6 7. Enter number: 7 3. Enter number: 8 2. Enter number: 9 10. Enter numbert 10 Average = 5.00 Total elements above average
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
