Check Palindrome
HardString Processing
Loops
Selection
Write a program that takes a string as input and checks if it reads the same forwards and backwards. Output "Palindrome" if it does, and "Not Palindrome" if it does not.
Example Input
racecar
Example Output
Palindrome
0% (0 passed / 0 attempted)