A palindrome is a string that reads the same forward andbackward. For example Able was I ere I saw Elba . Write aprogram to determine whether a string is palindrome.
<
A palindrome is a string that reads the same forward andbackward. For example Able was I ere I saw Elba . Write aprogram to determine whether a string is palindrome.
<