Goals
- Write a programs that use functions to reflect the structure of the
functional decompisition.
- Design and implement a void function
- Distinguish between value and reference parameters
- Determine when to use value/reference parameters, and use them correctly
- Define and correctly use local variables
- Write a program that makes multiple calls to a function.