Lab Exercises






1. Javadoc

(a) Use javadoc to document one of your java files and/or the file Rectangle.java

(b) Then use your browser to view the html file that is generated. Carefully identify the parts of the documentation that are produced by each item in the comments.

2. Universal Methods

Add the methods equals() and toString() to one of the classes in the package sg where they are missing.