Question d’entretien chez SAP Concur

Check if a string is symmetric or not.

Réponse à la question d'entretien

Utilisateur anonyme

26 janv. 2017

Create a new empty String, copy the characters of the original string into the new string starting with the last characters and ending with the first. If the original and the new strings are the same, then the word is a palindrome.