Objectives
To write a program using classes to demonstrate how recursion is implemented using code.
Problem Statement
Write a recursive method to check whether a string is a palindrome. (A palindrome is a string that reads the same both forward and backward. For example, the string madam is a palindrome.) Your test program must contain the value returning recursive method that returns true if the string is a palindrome and false otherwise. Use appropriate parameters in your recursive method.

![[Solved] CSE1322 Lab4B-Recursion](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[SOLVED] Cse1322 assignment 1- (fall 2025) p0](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.