1. Prompt the user for an integer n. 2. Dynamically allocate a floating point array of size n 3. Assign the values of the newly allocated array with the numbers 1 through n 4. Print out the values in the array. 5. Deallocate the array.