Question: Please name the file above starting of each file code. also include .h or .cpp in there. I won't know which one is .h and
Please name the file above starting of each file code. also include .h or .cpp in there. I won't know which one is .h and which one is .cpp so please name is before you start each code file.
-
Instructions:
Write a program that uses a recursive function to check whether a string is a palindrome.
- Download the instructions document.
- Complete the steps outlined in the instructions document.
- Submit your source code (.h and .cpp files) to the drop-box. You may submit a .zip file containing all your code so that you only need to upload one file to the drop box.
- Copy your code to a Word document and submit this document to the drop-box for Turn-it-in originality checking. Plagiarism is a violation of SPC's academic policy and will not be tolerated.
- Review the rubric for this assignment in order to understand how your work will be evaluated.

Palindrome A palindrome is a string that reads the same both forward and backward. For example, the string "racecar is a palindrome. Write a program that uses a recursive function to check whether a string is a palindrome. Your program must contain a value-returning recursive function that returns TRUE if the string is a palindrome and FALSE otherwise. Do not use any global variables; use the appropriate parameters. Your program should prompt the user for a string to determine if the string is a palindrome. To hand in: Upload your .cpp file to the drop-box
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
