Checking Palindrome using if-else
A Palindrome is any number or word which when reversed remains the same. For example, 12121 is a palindrome number. Similarly, "LEVEL" is a palindrome.
A Palindrome is any number or word which when reversed remains the same. For example, 12121 is a palindrome number. Similarly, "LEVEL" is a palindrome.