Question: 9- c++ data strucs algorithms Write a program that uses an array to find the Average of 10 double values. Allow the use to enter

9- c++ data strucs algorithms  9- c++ data strucs algorithms Write a program that uses an

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 incorpate a recrusive 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

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!