Description: |
Write a sample code to Palindrome in java. |
Code: | ||
|
Output: |
Enter a string to check :
madam
The string is a palindrome.
Enter a string to check :
godblessgovind
The string isn't a palindrome.
|
Description: |
Write a sample code to Palindrome in java. |
Code: | ||
?
|
Output: |
Enter a string to check :
madam
The string is a palindrome.
Enter a string to check :
godblessgovind
The string isn't a palindrome.
|
No comments:
Post a Comment