Question: C++ Write a program that uses a dynamic array that contains items of double values. The size of the array is entered when the program
Write a program that uses a dynamic array that contains items of double values. The size of the array is entered when the program is run. Also the values must be entered. These tasks are done in the main function. Then write a function to display the values. The function must have a pointer variable as a parameter. The function is called from the main(). Attach just your code for submission
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
