Question: c++ prog Create a dynamic array that can store numDoubles doubles. ( 0.5 mark) Make a loop that allows the user to enter a double
Create a dynamic array that can store numDoubles doubles. ( 0.5 mark) Make a loop that allows the user to enter a double into each array entry. ( 0.5 mark) Loop through the array, calculate the average, and output it. ( 0.5 mark) Delete the memory allocated to your dynamic array before exiting. ( 1 mark)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
