Instructions
- Download and extract the .zip file with program source code and directions.
- Complete the Test functions in the Submission.cpp file.
- While working, Debug/Run the lab to see how many test runs pass or fail.
- Ideally, you want all test runs to pass to get the maximum amount of points.
- Your grade is shown at the bottom when you run the program.
- You cannot use auto in place of known data types in PG1.
- You cannot use the t_size data in place of the integer data type when creating iterators in a for loop.
- You cannot use the null reference operator to terminate a for loop.
You cannot use multiple return statements in any method submitted for this project. Additionally, the use of auto is not permitted. You must write the necessary programming statements/logic to accomplish each task. No credit will be given for using existing methods (thereby avoiding the need to write the programming statements) to accomplish the assigned tasks.
Deductions
- One-time 10pt deduction: Any method contains multiple return statements.
- One-time 10pt deduction: Submission does not contain detailed comments, using appropriate terminology to explain code solutions.
