This page inlcudes syntax only and is intended for those with some programming
experience. You will not learn when to use the code, why it works, or how to
incorporate it into your program.
You may include any or all of the following syntax into your program to make your
code handle increasingly complex problems.
Note: Notice how similar C++ and Java are in their syntax!
Comments
// This is a single-line comment.
/* This comment spans across
more than one line. */