Question: C++, Recursion Write a program that uses an array to find the Average of 10 double values. Allow the use to enter values for the
C++, Recursion
Write a program that uses an array to find the Average of 10 double values.
Allow the use to enter values for the 10 double numbers. A for loop will facilitate the user input of the 10 random values.
Then use a different for loop to iterate through the array summing the total for all 10 double values.
Update summing method to incorporate a recursive method to sum the numbers in the array.
Create 1 method to handle user input
Create 1 method to sum and output average of all numbers in array
Create 1 method to output the list of numbers.
Output the list of numbers input by user.
Output the average of all the numbers.
Attach Snipping photos of source code and output.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
