Palindrome String

A collection of 1 post

Palindrome String

Problem A string that is the same when read from the front or read from the back is called a palindrome. When a string is input, write a program that outputs “YES” if the string is a palindrome string, and “NO” if it is not a palindrome string. However, it is not case sensitive when checking…