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

Notes for Slide 07
To create an int variable, use an int-statement.
The int-statement shown in the slide uses the
name guess for the int variable. The statement
is the word int followed by the name of
the int 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 int variable.


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