Lab 10 - Dynamic Arrays

For this lab, you will create a dynamically sized integer array based on the size that the user gives. Name your code lab10.cpp and email the completed source code to me.

Your main() program will have a do-while loop that does the following:

Ask the user if they wish to enter another dataset and continue to the next iteration of the do-while loop as long as they respond "yes".