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

Notes for Slide 14
One way to get the value out of a variable is to use the variablename
in a System.out.print-statement. Putting the name of the String
variable message inside the parentheses characters: ( :and
: ) :is often referred to verbally as,
"passing the value in the message variable to System.out.print",
or simply,
"passing message to System.out."


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