header

Homework 3

Write a Java class named "Book" that contains bibliographic data. The class should include the following instance variables:

Your class should include the following methods:

The toString method returns a string formatted as a semicolon-delimited list. For example, our textbook would have the following string representation:

Programming and Problem Solving with Java; Dale; Jones and Bartlett; 2008

Your class file should include appropriate documentation comments.

Submitting Your Work

The project folder should be named "Hmwk03". Send me your "Book.java" file as an attachment to an email message whose subject is "Hmwk03".