Contact PSVM   (Q & A)  |  Notes Below   Audio  |  [toc]   [prev] Slide 3 of 13 [next]
SIJLesson06 Slide03
1, 2, [3 (top)], 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, [Lab]

Notes for Slide 03
You have already seen how an storing an input value in a variable
and using an if-endif block allows a program to run differently
depending on the input value. By adding an else-statement into
your programs you can specify an alternate path for the cases
when the if-statement condition is not true.


1, 2, [3 (top)], 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, [Lab]