| Contact PSVM (Q & A) | Notes Below Audio | [toc] [prev] Slide 6 of 13 [next] |
|
|
| 1, 2, 3, 4, 5, [6 (top)], 7, 8, 9, 10, 11, 12, 13, [Lab] |
|
Notes for Slide 06 To create a boolean variable, use a boolean-statement. The boolean-statement shown in the slide uses the name pass for the boolean variable. The statement is the word boolean followed by the name of the boolean variable you would like to create, followed by a semicolon character: ; :which is often used at the end of a Java statement. The slide also shows that there is no value inside this newly created boolean variable. 1, 2, 3, 4, 5, [6 (top)], 7, 8, 9, 10, 11, 12, 13, [Lab] |