Objective

To become familiar with the cmsc132 resources used during the development of class projects.  Those resources are:

Description

Miscellaneous

What you need to do

For this homework you will implement two methods of a class named Utilities. A description of the methods you need to implement can be found at javadoc. In addition you should write tests in the in the file named StudentTests.java (the JUnit test module) which you will find with the code distribution. Keep in mind that you cannot add any methods to the Utilities class.

The homework's code distribution is available by by checking out the module named sampleProj.  Verify the quality of your tests by using the information generated by the submit server and as described in lecture. Keep in mind that there is no late deadline associated with this homework.