A palindrome reads the same forwards and backwards. Read one word and print YES if it is a palindrome ignoring letter case, otherwise NO.
Input
One word (letters only, up to 100 characters).
Output
YES or NO.
Read from standard input and write to standard output. 5 test cases in total (3 hidden). Tests for this language run inside your browser.