Question d’entretien chez Revature

Write a program which answers whether or not the input string is a palindrome.

Réponse à la question d'entretien

Utilisateur anonyme

23 juil. 2017

Checked if the string is equal to the string reversed.

1