14

I lost points for not including the following comment:

//Declaring variables
int foo, bar;

I already knew how to code, and I completed the assignment in the fewest number of lines needed while still being well commented explaining my logic. I lost points because I didn't say what everyone understood.

Comments
  • 4
    You should add
    // Start of program
    Blah blah
    Blah
    Blah
    Blah blah
    // End of program
  • 1
    Lol. Next time just print Hello World and see their reaction 😂
  • 1
    Don't forget to add a comment to every line explaining what all those semicolons do
  • 0
    You should also include comments for "beginning of file" and "end_of_file" =)
Add Comment