Comments
// Single-line comment
/* Multiple-line
comment */
/**
* These lines are used before the declaration of a class, method,
* or data member. This type of comment can be extracted by a utility
* to automatically create the documentation for a class.
*/