Java Assignments

[back]

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

Set Self Check (SC)                   Exercises (E)
Set 61: SC 6.1–6.11all. Read file.    
Set 62: SC 6.15, 6.18, 6.19, 6.20. Print to file.
   
Set 63:    

E 6.2, 6.4, 6.5, 6.7, 6.17

X6A:     6.12 Challenging, ask for help.
X6B:     6.13. Note: answer has a bug: if you have a different number of blank lines, that's OK.
X6B: Chapter 6 Programming Project #2. Compare two files.    
X6D: Chapter 6 Programming Project #5. Fill in words to make a funny story.    
Set 71: SC 7.1, 7.2, 7.3, 7.5, 7.8, 7.9, 7.11. Arrays.    
Set 72: SC 7.12, 7.14, 7.15, 7.17.    
Set 73: SC 7.18, 7.19, 7.21.    
Set 74:

Recommended for deeper understanding, but optional.
SC 7.22, 7.24, 7.26, 7.27. Array mysteries.

   
Set 75: SC 7.31, 7.32, 7.33. Two-dim arrays.    
X7B: SC 7.36. Jagged array. Good-to-know concept.    
Set 76:     E 7.1, 7.4, 7.6.
X7C:     E 7.5, 7.8 [Note: Tally is on p.498 and here.]. Hint: You can do E 7.8 without sorting the array!
Set 77:     E 7.11 (isUnique), 7.16 (append).
X7D:     E 7.18. Word length dot plot.
X7E:     E 7.19. Matrix addition. Note: java 2D arrays are not true matrices. Hint: Pay attention to zero rows.
X7F: Chapter 7 Programming Project #2. Hangman.    
X7G: Chapter 7 Programming Project #5. Tic-Tac-Toe.    

Latest update: Monday, March 9, 2015 9:56 PM