[SOLVED] Part1: Palindrome detector

15.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

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)

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.