Palindrome Program in Java

A string is called a Palindrome if it is spelled the same forward and backward. Following are some examples of palindrome strings, Madam, Noon, Rotor, Rotator, Radar, Malayalam Checking whether a string is palindrome or not is a common programming assignment given to programmers learning a new language. Checking Whether a String is a Palindrome […]