Tying the Functions Together

Using the functions you just wrote, and the skeletal code for main() provided, complete your program to do the following:

  1. Use the first function to prompt the user, and get a string from the user
  2. Use your second function to test for "palindrome"-ness :-)
  3. Report the results of the palindrome test, outputting a message saying whether the string was or was not a palindrom.

Using what you learned in earlier labs, create a Makefile to automate the compiliation for this lab, too.

Show your lab TA your code, Makefile, and a clean execution of your program for full credit.