1. What three things must the compiler do when it encounters a variable declaration?
2. write c++ statements to allow the user to enter n, the number of values to be processed; then allocate an anonymous array of n double values, storing its address in doublPtr.