Selection and Repetitions
Matching exercise
Match the items on the right to the items on the left.
(initialization; condition; modification)
the block of statements is executed at least once
The statement must require a label
The statement is used only within looping statements.
The statement can not be used with if statement.
For
do-while
goto
continue
break