ROGERS CADENHEAD
My Websites
Workbench
Drudge Retort
SportsFilter
My Books
Teach Yourself Java in 21 Days, Eighth Edition
Teach Yourself Java in 24 Hours, Eighth Edition
Teach Yourself C++ in 24 Hours |
Hour 7: Using Conditional Tests to Make DecisionsNotes and Corrections
- Page 85: Line 2 of Listing 7.2 should be
public static void main(String[] arguments) . The "[]" after String was omitted. The source code has been corrected.
Source Files
Reader Questions
Activities
- Solution 1: Every break statement that is removed from Clock.java may cause an extra month name to be displayed, depending on the statement that was removed and the current month.
- Solution 2: NoteGrade1.java and NoteGrade2.java.
|
|