Everyone should work with one lab partner on this assignment. If you don't know anyone, Mike will help you find a partner. Submit one solution with both of your names on it.
Copy the lecture code that was developed in class on Wednesday, January 19th into a BlueJ project named inlab1.
Add appropriate Javadoc comments to the Row.java file. Be sure to use the following tags correctly: @author, @param and @return. You should verify that the Javadoc is being done correctly via the "Project Documentation" option in the BlueJ environment.
Add appropriate precondition and postcondition comments to the Row.java file.
Draw an UML diagram of the Row.java file using MS-Word or some other program of your choice.
Add a new class called Answer to the project. This class should contain at least these two methods:
E-mail your code and your UML diagram to Mike Thiesen at thiesen@cs.montana.edu in one message. The subject of the message should be: CS 221-xx inlab1 your names. The xx is the number of your lab section.
Delete the inlab1 project that you created and the UML diagram. Empty the recycle bin. Thank you.