Part1: Palindrome detector Solved

15.00 $

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

You'll get a download link with a: . zip solution files instantly, after Payment

Description

5/5 - (1 vote)

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