| Contact PSVM (Q & A) | Notes Below Audio | [toc] [prev] Slide 7 of 21 [next] |
|
|
| 1, 2, 3, 4, 5, 6, [7 (top)], 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, [Lab] |
|
Notes for Slide 07 When there is not an else-statement, it is not guaranteed that statements listed in one of the part will run. This depends on the conditions themselves. With the conditions shown in the above program example, we cannot tell for sure if any of the output-statements will run because we do not know if the user is going to guess Grant, grant or GRANT. 1, 2, 3, 4, 5, 6, [7 (top)], 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, [Lab] |