Palindrome Sentence in Java.
In this program accept a sentence from user ,check and print all those words which are palindrome.
example : madam and dad
out::
madam
dad
palindrome word means is equal to its reverse .
ex: mom ,dad,
practice program :
magic word ,longest word , sort word
source code :
https://drive.google.com/file/d/1vKQRQU3UCZzEX65t7CsmvhQ9-Y374l66/view?usp=sharing
python Tutorial:
https://youtube.com/playlist?list=PLv...
linked list :
https://www.youtube.com/watch?v=c2Yp9...
#Palindrome Word
# Sentence in Java
#Java
#String Palindrome