Posts

Showing posts from September, 2018

Java Program to Check Palindrome String

Image
           A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward or forward. Madam, mum, dad, 12321,racecar etc are palindrome string. Below is the java program to check whether you entered string is a palindrome or not.