1. Change the program in Exam Preparation Exercise 11 so that it prints the cost for 15 pounds.
2. Change the program in Exam Preparation Exercise 11 so that the price is a named constant rather than a variable.
3. Write three consecutive output statements that print the following three lines:
The moon
is
blue.
4. Enter the following program into your computer and run it. In the initial comments, replace the items within parentheses with your own information. (Omit the parentheses.)
//***********************************
// Programming Assignment One
// (your name)
// (date program was run)
// (description of the problem)
//***********************************
#include <iostream.h>