Objectives
- Write proper documentation comments.
- Create a program using proper style conventions.
- Create a program using C++ include directives and "using" statements.
- Create C++ function prototypes.
- Declare variables using C++.
- Get user input.
- Write code to read in entire lines, including spaces and tabs.
- Write the code needed to make cin and getline(cin, string) work properly together
- Display output.
- Display formatted output.
- Create a program that does proper input validation.
- Call functions, sending the appropriate values, and storing returned values as needed.
- Use C math library functions.
- Create functions to perform specified tasks.