Computer Science, asked by aritrakayal29, 5 hours ago

Write a program to accept a number and check whether the

number is palindrome or not.

( A number is said to be palindrome if the new number obtained

after reversing the digits is same as the original number.)

Sample Input: 343

Sample output : 343 is a palindrome number. in java

type accurately I have to type in computer ​

Answers

Answered by bhattarairekhakoiral
0

Answer:

गईसदज्ज्डजड

Explanation:

jxxjzjsjsjsjjhe4छह हफदक

Answered by Anonymous
28

Program to Check Palindrome

Enter an integer: 1001 1001 is a palindrome. Here, the user is asked to enter an integer. The number is stored in variable n . We then assigned this number to another variable orignalN .

Similar questions