Java Assignments

[back]

You have to use the textbook. On Practice-It!, look for "Related Files" links.
Textbook code can be found on my main Java page here.

A table with basic ArrayList methods can be found here. Basic ArrayList methods

Set Self Check (SC) -- #Currently exist in Practice-It!: SC 2, 8, 15–18.                  
Set 101: SC 10.1, 10.2#, 10.3–10.6, 10.8#. ArrayList with strings.  
Set 102: SC 10.9, 10.10, 10.12–10.14, 10.15#–10.18#. Array list loops and not loops, wrappers, etc.  
Set 103: SC 10.19–10.23. The Comparable Interface, compareTo().  
     
Set Exercises (E) -- Currently exist in Practice-It!: E 2–4, 6, 7, 10–12, 14, 15, 17, 18, 20. @=Not in Practice-It!  
Set 104: E 10.2–10.4, 10.6, 10.7, 10.8@(not in Practice-It!).  
Set 105: E 10.10–10.12, 10.14.  
Set 106:

E 10.15, 10.17, 10.18*, 10.20.

*Notes for E 10.18: Do the Practice-It! version since the textbook version is slightly different. In Practice-It! the expected output and your output are confusing to me. The expected "actual" field is really your "actual" (in both columns). For Comparable interface help, look at Chapter 10.2 in the textbook.

 
X10A: Programming Project #3. Family database.  

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