Chapter 9 Extra Questions/Exercises:

1. What is the answer to this formula?
   23 - (4 * 2) / 2 + 8 * 2

2. Write a program that prints the first 5 cubes (the numbers 1 through 5 
   raised to the third power).

