It then executes the one statement after the if successively until the terminating condition is met.
If you want more than one instruction to be executed then enclose them in curly braces { }
Some people recommend using them even if there is only one instruction.