CS 117, Backwards!

Due on Monday, 10/22/01.

Create a class called BackString with the following methods: Create a class called BackStringMain with a single main method that creates an instance of the class BackString, starting it off with the string "enterprise". Your main method should then call both methods iterBackwards and recurseBackwards.

You may find the charAt() and length() methods for Strings useful.

Good luck!