make a solution:
A palindrome is a string that reads the same both forward and backward. Examples of palindromes are "radar" and "31413".
Write a boolean-valued method isPalindrome that has a single String parameter. The method should return true if and only if its parameter is a palindrome.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here