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.
- Display output.
- Display formatted output.
- Call functions, sending the appropriate values, and storing returned values as needed.
- Create functions to perform specified tasks.
- Create arrays, process arrays, and send arrays to functions.
- Perform sequential text file access.