Question: write a program that first gets a list of integers from input. The input begins with an integet indering the number of regers that follow

 write a program that first gets a list of integers from

write a program that first gets a list of integers from input. The input begins with an integet indering the number of regers that follow You can safely assume the number of input integers is always eas than 20 The program will find the integers whore values we leger than the average of the array Ex: If the input is 6 10 31 42 67 22 55 the program will output 67 72 55 YOU MUST define and call the following function to compute the average. The function takes the array data and its size as input, and compute and return the integer average of the array int ComputeAverage(int data[ ], int numa); YOU MUST define and call the following function that will call the above average computation function and find the integer whose values are larger than the average of the array. The argument list of the function consists of the array data and its size, the integer array largeValues storing the integers whose values are larger than the computed average, and the number of integers nLargevalues in the largeValues array void FindLargeValues(int data ), int size, int largeValues 1, int inLargeValues)

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!