Conditionals and Loops
Syntax of if
if
Use and indentation of nested if.
How to turn a sequence of statements into one statement.
while statement
while
for statement
for
nested for
break
continue
do statement
do
switch