Java Program to Check Number is Palindrome or Not | Learn Coding

preview_player
Показать описание
Java Full Course for Beginners...!👇👇

Please Like | Share | SUBSCRIBE our Channel..!
Learn Coding
🙏🙏🙏

Like our Facebook Page...!
Learn Coding

Don't forget to tag our Channel...!
#PalindromeNumber
#LearnCoding
#palindromeprogram
#JavaPalindromeProgram
#JavaBasicPrograms
#ask4help
#javapalindrome
#Palindrome
#palindromeornot
#palindrome
#JavaPalindromeNumber
Рекомендации по теме
Комментарии
Автор

Yee Channel Mujhe Java developer bana ke he manega
Hats off 🙏

Rajveer__singhhhh
Автор

finally understand the logic of palindrom number🙂 Thank u so much👍

HuskyWorld
Автор

Thanku sir bahot aache se explain kiya sir😊

Bhagyashrishimpi
Автор

thankyou so much for giving clear concept

abhijayshah
Автор

Thanks sir
I watch your videos i easy to understand

wasimahmad
Автор

Thank you so much for your good explanation ❤️❤️🥺🥺

ayushkashyap
Автор

sir aap ki khass baat yahi hai ke aap dry run bahout hi achche se karwate ho

-a
Автор

excellent explanation bro, i understand very clearly, thanks bro.

skshareena
Автор

sir please make playlist on tcs nqt coding question

_pranjal_nale
Автор

Thanks Ankush sir
Next program Fibonacci series please sir 🙏🙏

farazahmad
Автор

Make more program on java including dsa

funfoodzz
Автор

Hello sir! I have a question to you! Do u provide online class ? I am interested to join your class and hope to get your contact details!

JAX-RS
Автор

3:24 (note to myself becuz i know until here and I'm gonna watch this video soomany times i keep forgetting this logic)

bhargavaaryanboom
Автор

import java.util.Scanner;
class Palindrom
{
public static void main(String[] args)
{
int num, rem, num2=0;
System.out.print("please enter a number");
Scanner r=new Scanner(System.in);
num=r.nextInt();
int tn=num;
while(num>0)
{
rem=num%10;
num2=(num2*10)+rem;
num=num/10;
}
if (tn==num2)
{
System.out.print("this is palindrom");
}
else
{
System.out.print("this is not palindrom");
}
}
}

abhishekgorshi
Автор

nice explanation...keep going....do much better

mohitchopra
Автор

Sir I am not able to understand the logic part of reverse and n = n % 10 can you please explain me

factworld
Автор

It is very hactic task need to learn but while solving through reverse loop it gives wrong output why

mr._hrathod
Автор

Sir ji you have done division of 1/10 wrong

ajaysakle
Автор

fresher interview mein pooche jaate hain aise questions??

subhan_kausar
visit shbcf.ru