Java Assignments

[back]

Textbook code can be found on my main Java page here.

Set Self Check (SC)                  
Set 81: SC 8.1–9all. OO.  
Set 82:

SC 8.10*, 8.12, 8.13 [Do you agree?], 8.14, 8.15, 8.16. State and behavior. Point class.
*Point.java is on p.530 and in "Related Files" in the question.

 
Set 83: SC 8.17–21all. Constructors.  
Set 84: SC 8.22–28all. Encapsulation.  
Set 85: SC 8.29, 8.30*, 8.31. *Note the case study Stock class is in the textbook on p.561, and in the code Stock.java and StockMain.java. as well as in SC 8.31.  
     
Set Exercises (E)  
Set 86: E 8.1–8.6. Adding to Point class.  
Set 87: E 8.7*, 8.8, 8.9.
*Note the "Related Files" link to TimeSpan.java. See also textbook p.553.
 
Set 88: E 8.11, 8.12. *Note the "Related Files" link to BankAccount.java. See also textbook.
E 8.13 optional.
 
Set 89: E 8.14–8.16. Line class that uses Point class. (E 8.15 should say "your method's complete code" not "constructor's")
E 8.17 optional.
 
Set 810: E 8.18–8.20. Rectangle class.
E 8.21–8.22 optional.
 
X8A: Chapter 8 Programming Project #1. Rational numbers. You can write one or more of the feaatures add, subtract, multiply and divide classes.  

Latest update: Friday, September 12, 2014 1:37 PM