Write a recursive function that returns true if an input string is a palindrome and false if it is not. You can do this by checking if die first character equals die last character, and if so, make a recursive call with the input string minus the first and last characters. You will have to define a suitable stopping condition. Test your function with several palindromes and non- palindromes.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.