I wrote the following code for checking a Palindrome (i.e. a string remains the same when reversed). However, it runs correctly only for one iteration of the loop, in the next iteration it takes the old value of the String from the console and does not wait for reading the new value. I cant understand why ? Kindly explain. The code is :
[ August 16, 2008: Message edited by: Anand Shrivastava ] [ August 16, 2008: Message edited by: Anand Shrivastava ]
Anand Shrivastava
SCJA
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
One thing that looks wrong is the setWord method. It should call word.setLength(0) before appending the new value.