Question: Team, I mneed help with this C++ program cosc 3100-Data Structures I Assignment #6 Recursive String Functions DUE DATE Due by 11.59 pm on Wednesday,
Team,
I mneed help with this C++ program

cosc 3100-Data Structures I Assignment #6 Recursive String Functions DUE DATE Due by 11.59 pm on Wednesday, September 14" PROGRAM SPECIFICATIONS Write a program that displays a string in reverse and also determines if the string is a ps Use the text file pals.txt. Read one line from the file into a char array and then call two different recursive functions: dispRev) and isPal0 Display the results formatted in the beautiful style demonstrated here: valid valid valid aha isitiitisi deed Srotor neveroddoreven nolemonsnomelon racecar cimoc wasitacaroracatisaw yddad invalid valid valid valid invalid valid invalid MISCELLANEOUS REQUIREMENTS (submit this file (with output) to Canvas) strings.cpp pals.txt program file name: (Each string is on a separate line - all lower case, no spaces, no punctuation.) data file name: void dispRev(char strl l l bool isPal (char strlI, int length ) Use the following prototypes for the recursive functions: EACH FUNCTION MUST FOLLOW STANDARD FORMAT FOR A VOID RECURSION FUNCTION! Do not "hard code" any values Follow the Department Style Requirements for full credit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
