Problem
1. Define an Ada constant that gives the name Pi to the value 3.14159.
2. Which of the following words are Ada reserved words?
begin pi procedure integer Max_Int
3. Declare an integer variable called Count, a float variable called Sum, and a string variable called Description.