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

Notes for Slide 12
In the lab, you will modify your War of 1812 program so
that it will use a boolean variable to store a true or false to
represent whether or not the guess is the exact value of 1812.
Unlike previous labs, this lab does not demonstrate the need
for a boolean type because this program could be written just
as easily without using a boolean variable. Nonetheless, this lab
is practice for future labs when you will want to store a
boolean value in a variable for use in the program.


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