[SOLVED] Part1: Palindrome detector

15.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon palindrome.zip (0.4 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
πŸ”’ Securely Powered by:
Secure Checkout
5/5 - (2 votes)

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)

  • palindrome.zip