#include "Riostream.h" int dynamic(){ int i,n; int * p; cout << "How many numbers would you like to type? "; cin >> i; p = new int[i]; for (n=0; n> p[n]; } cout << "You have entered: "; for (n=0; n