Contact PSVM   (Q & A)  |  Notes Below   Audio  |  [toc]   [prev] Slide 5 of 21 [next]
SIJLesson10 Slide05
1, 2, 3, 4, [5 (top)], 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, [Lab]

Notes for Slide 05
The else-statement will only be run if all the
conditions are false. This means that the if-statement-
condition and all the elseif-statement-conditions
must be false in order for the statements listed under
the else-statement to run.


1, 2, 3, 4, [5 (top)], 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, [Lab]