Hi guys :) It's my first time posting and I need help with a program I'm supposed to write for school. I have no clue how to do it and could use any information, thank you!
Here's the Information:
"Ask the user to enter a word. Output the letters in the word in reverse order (e.g., Lucy becomes ycuL). Palindromes are words that are spelt the same when they are reversed. Add a check to the program to determine if the word entered is a palindrome. For example, the word “dad” is a palindrome because spelt backwards it is still “dad”."