Question: java program: Please save the program with the name Palindrome.java Write a method which return true if the string parameter is a palindrome. This is
java program:
Please save the program with the name Palindrome.java
Write a method which return true if the string parameter is a palindrome.
This is the output example:
Lets check if a string is a palindrom
Please give me a string: abc
No, its not a Palindrom
Lets check if a string is a palindrom
Please give me a string: noon
Yes, its a Palindrom
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
