CSCI 125 Fall 2024
Software Design and Implementation
Archived Class
Charles Cusack
Computer Science
Hope College
Main
Schedule
Grading
Gradebook
Homework

Policies
Advice
College
    Policies

Notes
Programs
Tutorials

Others

Admin

Homework 2

Details

Book Exercises

Do Exercises 2.83-2.92 (2.83-2.91 in the 5th edition).
  • Read the directions carefully and make sure you do each part.
  • Use proper indentation.
  • Test all of your methods thoroughly.
  • Write javadoc comments for each method.
  • Note: In exercise 2.86, "immutable" means "cannot be changed by any method you've created up to this point".

When you have completed this assignment, select "Create Jar File ..." from the Project menu in BlueJ. Check "include source" and "include Bluej project files". Save the file with the name dejongh-book.jar (except use your name instead of dejongh). Then upload the "jar" file into Moodle no less than 10 minutes before the start of class.