CS 117 Assignment: Backwards

Assigned Wednesday, 2/19/03.
Due Friday, 2/26/03 by 8:30 AM.

Create a class called BackString. BackString should have three static methods:

You may find the charAt(), length(), and substring() methods of the String class useful.

Have fun.