Question: c++ help Write a program that asks a user to specify how many numbers he wishes to write, then stores the values input by the
c++ help

Write a program that asks a user to specify how many numbers he wishes to write, then stores the values input by the user into a dynamic array. How many numbers will you enter? 4 1 2 3 4 Finally, it prints the array The array you entered is 1 23 4 Remember to deallocate memory at the end of the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
