Session Details
Week 3,
Session 8 — Tue Dec 15
Reading
-
Big Java, Ch. 5 Pay particular attention to the §5.2 on Comparing Values and §5.5 on Test Coverage. Be sure to read Advanced Topics 5.1-Selection Operator, 5.2-
switch
Statement, and 5.3-Enumerated Types.
HW Due
-
HW 7
Topics
-
if
statements
-
==
and equals()
-
Selection operator
-
switch
statements and enumerated types
-
Test coverage
Resources
-
Slides
Outline
-
[5 min] Questions
-
[5 min] if statement review
-
[15 min] Comparing objects
-
[5 min] Selection operator
-
[5 min] Sketchpad video (break)
-
[5 min] Switch and enum
-
[20 min] Bid exercise
-
[10 min] Booleans, predicate methods
-
[5 min] Test coverage
-
[25 min] Work time
HW Assigned
-
HW 8