...

/

Check If a String Is a Palindrome

Check If a String Is a Palindrome

Learn to write a method that checks whether a string is a palindrome.

We'll cover the following...

Problem

A string is considered a palindrome if it reads the same when it's reversed. ...