

This video is about checking whether a number is palindrome or not. A palindromic number is a number that remains the same when its digits are reversed. Like 121, is palindrome. Input and output is same then the number is palindrome. We use the logic of Reverse to find whether a number is a palindrome number.
Check out our website:
Follow Telusko on Twitter:
Follow on Facebook:
Telusko :
Navin Reddy :
Follow Navin Reddy on Instagram:
Subscribe to our other channel:
Navin Reddy :
Telusko Hindi :
Subscribe to the channel and learn Programming in easy way.
Java Tutorial for Beginners:
C Tutorial Playlist :
Android Tutorial for Beginners Playlist :
XML Tutorial :
Design Patterns in Java :
Socket Programming in Java :
Spring MVC Tutorial :
OpenShift Tutorial for Beginners :
Spring Framework with Maven :
Sql Tutorial for Beginners :
String Handling in Java :
Array in Java :
Java Servlet :
Exception Handling in Java :
source
Man you rocked it.
I love your videos.
Amazing sir .. thank you Soo much sir
How to reverse a number ending with zero sir ..and thank u for amazing lesson
what a freakin starrr
Great explanation sir.Thank you..
int i,j,k;
Scanner sc = new Scanner(System.in);
System.out.println("Insert a three digit numbers differently in different lines nto check whether it is a pallindrome.");
i = sc.nextInt();
j = sc.nextInt();
k = sc.nextInt();
int l=i+j+k;
System.out.println(l);
int m = i/100;
int n = j/10;
int o = k;
int p = (o*100)+(n*10)+(m);
System.out.println(p);
if(l==p)
System.out.println("The given no. is Pallindrome.");
else
System.out.println("The given no. is not a Pallindrome");
Wish I met you earlier on my college days 😀
Sir can u make how to reverse a string? thank you!
Awesome explanation sir..hats off u
Been struggling for days trying to get my head around this and after copious java tutorials, I found yours. You've broken it down perfectly for me. Thank you 🙏
God Bless You and all of us
The code is not running, actually it just keep running, nothing is showing up
Sir, U r great tutor.
How write a palindrome code for two strings in java ?please any one explain me
A getting error sir can u plzz help me to solve
Great explanation!
Sir..doubt sir…what if the number is 9780 …in reversing the 0 will not get in front and output will be 879 instead we want 0879.. Kindly clarify my doubt sir
❤
Another great and easy to understand video. Subscribed! 🙂
Indians rule the world of programming
Thank you sir for help ❤️❤️
i want to print the palindrome number from the user whether it is not a palindrome number convert it until it is a palindrome and print that nimber.
i/o:123 if we reverse this number 321 and add the first input number to this (123+321=444)
ex2:195 its palindrome is 9339 i need the program for this problem
Bala
If your here right now I need your help!!
And look I am still using your tutorials in 2019. Thanks for amazing lessons.
good sir
Thank you Telusko. Your tutorial has been extremely helpful.
very helpful