Question: PLease use C++ Task 5: Pointers and dynamic arrays . Write a program that asks the user to input an integer named numDoubles. Create a
PLease use C++
Task 5: Pointers and dynamic arrays . Write a program that asks the user to input an integer named numDoubles. Create a dynamic array that can store pumDaubles doubles and make a loop that allows the user to enter a double into each array entry Loop through the array, calculate the average, and output it. .Delete the memory allocated to your dynamic array before exiting
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
