Learn to write a method that checks whether a string is a palindrome.
A string is considered a palindrome if it reads the same when it's reversed. ...