Revature interview question

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

Interview Answer

Anonymous

23 Jul 2017

Checked if the string is equal to the string reversed.

1