Two Additional Control Statements
v The conditional statement (If-Then-Else) is the only
way (so far) to control which statements are executed
v We will introduce two more:
o ElseIf -- a variation on the If-Then-Else for long sequences of
tests
o Do While -- a control facility allowing statements to be
repeated as long as some condition is true
Programming languages have other control
statements, but these are enough to do any
programming