Contact PSVM   (Q & A)  |  Notes Below   Audio  |  [toc]   [prev] Slide 5 of 18 [next]
SIJLesson05 Slide05
1, 2, 3, 4, [5 (top)], 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, [Lab]

Notes for Slide 05
The if-statement shown in the slide will check to see
if the value in a String variable named inputValue is
equal to the String value "Hello".
In the first picture of the inputValue variable, the condition
is true.
In the second picture of the inputValue variable, the condition
is false.
There is only one inputValue variable that is being checked by
the condition. The slide shows two different possibilities.


1, 2, 3, 4, [5 (top)], 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, [Lab]