You need to be able to put a check-mark in all of these boxes in order for you to have the opportunity to receive a 100 as the grade on your lab program:
All program files turned into the proper submission folder on the K:\ drive by 6:00 p.m. on the due date.
All program files are not in a folder.
All files are named properly according to assignment specification and do not have (1) or any () with a number in the file name.
All files pass check-style with no errors.
All files have sufficient comments, with each comment line starting with // and describing what the code does or how it works.
Comments are within the code itself, not just a synopsis of what the program does at the top of the program.
All comments are after two forward slashes // to indicate comment. /* and */ do not count for comments
The program compiles with no errors.
The program runs with no run-time errors.
The program has the correct number of test cases (single or multiple) shown in the program output.
Not sure about this? Click here
The program output is formatted correctly, matching the example exactly .
The answer that the program outputs is correct (either numbers or words).