Contact PSVM   (Q & A)  |  Notes Below   Audio  |  [toc]   [prev] Slide 3 of 10 [next]
SIJLesson12 Slide03
1, 2, [3 (top)], 4, 5, 6, 7, 8, 9, 10, [Lab]

Notes for Slide 03
The is-equal-to-operator: == :and
the is-not-equal-to-operator: != :are used for
determining if a value is or is not a specific value.
This is valuable for certain programs, but imagine
needing to know if an int value is less than or
greater than another int value, such as 1812.
Using the == and != operators for such a task would
again require thousands (essentially, infinite) statements
in your program.


1, 2, [3 (top)], 4, 5, 6, 7, 8, 9, 10, [Lab]