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.

    1. Download the instructions document.
    2. Complete the steps outlined in the instructions document.
    3. 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.
    4. 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.
    5. Review the rubric for this assignment in order to understand how your work will be evaluated.

Please name the file above starting of each file code. also include

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!