Create a simple, working C++ program that utilizes a good design process and incorporates sequential, selection and repetitive programing statements and function.
The overall purpose of the program is to allow users to input a list of poitive numbers into an array, find the average of the numbers in the array and output the result.
The application shall:
1. Allow users to enter 10 numbers in double format.
2. Store the numbers in an array.
3. Create and use a function to calculate the average of the numbers in the array.
4. Output the average
Also Needed a document describing:
1. Overall Design including Psuedocode and flowchart