| Contact PSVM (Q & A) | Notes Below Audio | [toc] [prev] Slide 3 of 18 [next] |
|
|
| 1, 2, [3 (top)], 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, [Lab] |
|
Notes for Slide 03 From the idea of writing programs that contains choices comes the idea that the result of the program might differ based on certain conditions. One way that a program can act differently from one run to another is to base choices on values of variables which are set by user input. A program that runs differently depending on choices is likely to be more interesting than a program that essentially does the same thing every time it is run. 1, 2, [3 (top)], 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, [Lab] |