Valid Palindrome

A collection of 1 post

Valid Palindrome

Problem A string that is the same whether read from the front or from the back is called a palindrome. Write a program that outputs “YES” if a string is input and “NO” if it is a palindrome. However, when examining palindromes, only alphabets are used to check palindromes, and case is not sensitive…