Java in 24 Hours (8th Edition) Hour 7: Using Conditional Tests to Make Decisions

The cover of Teach Yourself Java in 24 Hours (8th Edition) by Rogers Cadenhead

Home Feedback Other Books Previous Hour Next Hour

Notes and Corrections

  • None.

Source Files

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.