Syntax for a block of code
A code block always begins with a { and ends with a }. All of the code between the matching curly braces constitutes a code block.
(Note, for example, that the entire body of the main method in Listing 4 constitutes one block of code. This block of code contains a nested block of code.)