Palindrome Problem
A palindrome string is a string that reads the same backward as forward and can be of odd or even length. A palindrome number is a number which is equal to its reverse.
Write a program that tell the input string is a Palindrome or not.
A string
Yes or No