Comment Examples
/* This is a single line C comment */
* This is a multiline comment in C.
* Note that this is just stylistic,
* not an actual syntax requirement.
// C++ comments have no closing symbol
// Multiline comments in C++ pretty
// much look the same as single line
// Note, this program doesn’t actually
/* First, we set a to 0 */
// Next, calculate the number of lima
// beans that exist in the universe