More on block statements
Consider: { <statement 1> <statement 2> <statement 3> �. }
{ and } are used to delimit a sequence of statements that are to act together, just as ( and ) are used in arithmetic expressions
Many options for positioning { and }, just be consistent