check the attached file.
Program documentation page Includes: Name and description of the project List of inputs/outputs Flowchart Instructions on how to use the program.
Names of variables are meaningful and the program comments self-document the program.
Math operations (for max points use built-in math functions) NOTE: Increment does not count as a math operation.
Provide screen shots of the program executed with 3 sets of test data.
If / else or a switch statement (to get max points use nested if /elses).
Loops – 2 types (for max points use nested loops)
Validated user input
Save the data to a sequential data file and read from it
At least 3 functions appropriately passing parameters and returning values as needed (to get max points, overloaded function)
Two dimensional arrays or vectors
Formatted the output so it is easy to read and aligned
The program executes without error and the output is correct
Overall effort and complexity