answersLogoWhite

0


Best Answer

Any number which has the same digits from left to right than from right to left. Here are some examples: 1, 11, 353, 1125211

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which number is a palindrom number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Palindrom for doctrine?

tenet


What is a palindrom for accomplishment?

deed


What is the palindrom for horizontally even?

level


What is the biggest palindrom word?

tattarrattat


What is a palindrom for a boat or two-wheeled carriage?

gig


What is a palindrom to something that fails to work?

a neep[not able to work


What is a palindrom for high deck on a ship's stern?

The high deck is the "poop" deck (poopdeck).


What is a palindrom for a relating to government or citizenship?

civiccivic


How do you create palindrome number in core java?

suppose n is a number i.e n=325 First we shall divide that number by 10 then store this number in a variable called quation i.e q=n/10 here q=32 . we take one variable say m and store the value of n in that variable i.e n=m And then we shall find remender of that number by dividing 10 i.e n=n%10 we get 5 then we will reverse that number i.e r=r*10+n and then we will repeate the same step if reverse of that number is same as the number entered then that number is called paindrom code: class palindrom { public static void main(String args[]) { int n,m,s,r; n=m; for(s=0;n>0;) { q=n/10; r=n*10; s=s*10+r; n=q; } if (m==r) { System.out.println("Palindrom"); } else { System.out.println(" not Palindrom"); } } } Wrriten By:-Rajkumar Gupta


How do you write logic for palindrome numbers?

#include <stdio.h> int main() { int n, n1, rev = 0, rem; printf("Enter any number: \n"); scanf("%d", &n); n1 = n; /* logic */ while (n > 0){ rem = n % 10; rev = rev * 10 + rem; n = n / 10; } if (n1 == rev){ printf("Given number is a palindromic number"); } else{ printf("Given number is not a palindromic number"); } return 0; }


How do you uppercase letters in palindrome string?

Use toupper from ctype.h for every letter. Obviously, it doesn't matter if the string is palindrom or not.


Is the word river an example of palindrom?

No, a palindrome read the same forward or backward. eg noon, civic, radar, level,