Here is the problem....I need to have a program that Dynamically Allocatea an Array of Intergers. The size of the array should be input from the keyboard. The elements of the array should be assigned values input from the keyboard. I then need to reallocate the memory for the array to 1/2 of the current number of elements. I know this is long but any help would be greatly appreciated.