| Contact PSVM (Q & A) | Notes Below Audio | [toc] [prev] Slide 8 of 21 [next] |
|
|
| 1, 2, 3, 4, 5, 6, 7, [8 (top)], 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, [Lab] |
|
Notes for Slide 08 To create an double variable, use a double-statement. The double-statement shown in the slide uses the name average for the double variable. The statement is the word double followed by the name of the double 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 double variable. 1, 2, 3, 4, 5, 6, 7, [8 (top)], 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, [Lab] |