Introduction - If you have any usage issues, please Google them yourself
Rewrite Example 7.1, "Checking Palindromes," which checks
* whether a string is a palindrome. Create your own reverse method.
* Do not use the reverse method in the StringBuffer class.
*/