Write a program that will test if some string is a palindrome
1. Ask the user to enter a string
2.Pass the string to a Boolean functon that uses recursion to determine if something is a palindrome or not. The function should return true if the string is a palindrome and false if the string is not a palindrome.
3. Main displays the result (if the string is a palindrome or not)

![[Solved] Part1: Palindrome detector](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[SOLVED] Assignment 1 - a maze game](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.