Flowchart for the if...else Statement

<statement 1>

if (<boolean expression>)
   <statement 2>
else
   <statement 3>

<statement 4>

Previous page
Next page

Back to Lesson 10 Index
Back to Outline