Question: c + + Create a file with the numbers shown below. Write a program to input all of the numbers into an array, max size
c
Create a file with the numbers shown below.
Write a program to input all of the numbers into an array, max size Do NOT use vectors.
Consider that the file may be smaller or larger than items.
Write a function to find the average of all of the numbers in the array. Return the average to main.
Write a function to count how many values are greater than the average.
The data:
Output:
Average is
Greater than the average
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
