Pergunta de entrevista da empresa Revature

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

Resposta da entrevista

Sigiloso

23 de jul. de 2017

Checked if the string is equal to the string reversed.

1