Objectives
- Create functions to modularize code and eliminate duplicated code
- Prompt the user for input
- Get input from the user
- Convert user input into the proper data type
- Perform simple calculations
- Display output to the user
- Create flowcharts containing I/O, repetition, and functions