| Contact PSVM (Q & A) | Notes Below Audio | [toc] [prev] Slide 11 of 18 [next] |
|
|
| 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, [11 (top)], 12, 13, 14, 15, 16, 17, 18, [Lab] |
|
Notes for Slide 11 The remainder of slides in this step are about the int operators. Recall from earlier lessons that operators are symbols that you can use in your programs to perform specific tasks. For example, you have learned about the not-operator: ! :which will turn a true value into a false value, and a false value into a true value. There are many int operators. During this step, you will learn about the int operators which will compare two ints as well as the int operator to subtract one int from another int. 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, [11 (top)], 12, 13, 14, 15, 16, 17, 18, [Lab] |