| Contact PSVM (Q & A) | Notes Below Audio | [toc] [prev] Slide 11 of 21 [next] |
|
|
| 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, [11 (top)], 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, [Lab] |
|
Notes for Slide 11 One way to get the value out of a double variable is to use the variablename in a System.out.print-statement. Putting the name of the double variable average inside the parentheses characters: ( :and : ) :is often referred to verbally as, "passing the value in the average variable to System.out.print", or simply, "passing average to System.out." 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, [11 (top)], 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, [Lab] |