Allow the use to enter values for the 10 double numbers a


NEEDS TO BE DONE IN C++

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.

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.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Allow the use to enter values for the 10 double numbers a
Reference No:- TGS02876052

Expected delivery within 24 Hours