| Contact PSVM (Q & A) | Notes Below Audio | [toc] [prev] Slide 15 of 21 [next] |
|
|
| 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, [15 (top)], 16, 17, 18, 19, 20, 21, [Lab] |
|
Notes for Slide 15 A few more rules about the elseif-statements is that you do not need to use them if you do not want to, as seen in the previous lessons. If you do use elseif-statements they must be located between an if-statement and an endif-statement (it is common to say that the elseif-statement "belongs to" that particular if-statement), and they must appear before the else-statement that belongs to that if-statement (if there is an else-statement). 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, [15 (top)], 16, 17, 18, 19, 20, 21, [Lab] |