Domanda di colloquio di Revature

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

Risposta di colloquio

Anonimo

23 lug 2017

Checked if the string is equal to the string reversed.

1