/Palindrome

This program reads a string input and determines if the string is a palindrome or not. [Palindrome : a word or sequence that reads the same backward as forward]

Primary LanguageJava

Palindrome

This program reads a string input and determines if the string is a palindrome or not. [Palindrome : a word or sequence that reads the same backward as forward] Recursive approach in determining if a string is a palindrome