Challenge #3

Palindrome Tester!

Write a program which takes a string input from the user and checks if it is a palindrome or not. A palindrome is a word (or phrase) which reads the same way forwards as it does backwards, such as;

“A Toyota’s a Toyota”

You should write the “palindrome_test()” function twice – once using the c-string library and once using the string library.

DEADLINE IS 17:30 TODAY!