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

Notes for Slide 13
This final example shows a value that results in all
of the conditions checking to false, so the statements
listed in the else-part of the if-elseif-else-endif
block are run. Again, notice that although you could
write a list of statements in each part, the above example
actually has only one statement in each part.
This might be confusing, but is the best way for the
example to fit onto one slide.


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