Revature Interview Question

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

Interview Answer

Anonymous

Jul 23, 2017

Checked if the string is equal to the string reversed.

1