| Contact PSVM (Q & A) | Notes Below Audio | [toc] [prev] Slide 16 of 19 [next] |
|
|
| 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, [16 (top)], 17, 18, 19, [Lab] |
|
Notes for Slide 16 It is best to use parens so that both you and the person reading your program can easily see what operator you want to happen first. If you do not use parens, the and-operator will happen before the or-operator. That is, these combination operators do not necessarily happen from left to right. 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, [16 (top)], 17, 18, 19, [Lab] |