Objective

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

Grading

Description

Miscellaneous

What you need to do

For this homework you will implement 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 checking out the module named sampleProj.