Comments

Use the following guidelines concerning the inclusion of comments in the program code:

Single Line Comments

// Write single line comments using this notation

Multi-Line Comments

/* Multi-line comments should be

   written using this notation.

*/