You have all the right logic, you're just missing half a line. Looks like a silly mistake on your part.
char c = word.charAt(0);
<strong>reverseWord += </strong>reverse(word.substring(1));
reverseWord += c;
destin
Junior Poster in Training
94 posts since Mar 2006
Reputation Points: 32
Solved Threads: 10