What is the point of this code segment?

After you ask for a palindrome, you assign it to strippedInput and then immediately expect more input. Why?



What if the string has an even number of...