[Solved] Detecting Palindromes String with Java
Detecting Palindromes: A palindrome is a word, phrase, or sentence that reads the same backwards and forwards. For example, the word “radar” is a palindrome. For this problem, you must write a program that reads a string of characters and prints whether…