Day 5: Lists, Logic, and Loops
NOTES AND CORRECTIONS
On Pages 120-121, the text erroneously refers to the
checkEven()
method in Listing 5.2. The actual name of the method in the
EvenSteven
program is
evenCheck()
.
SOURCE FILES
ArrayTest.java
ArrayTest.class
EvenSteven.java
EvenSteven.class
NumberReader.java
NumberReader.class
NamesLoop.java
NamesLoop.class
CopyArrayWhile.java
CopyArrayWhile.class
DoTest.java
DoTest.class
READER QUESTIONS
None
LINKS
None