Computer Science, asked by alkag2007, 6 months ago

Write a progra·m in BASIC to input a number from the user and check whether it is palindrome number or no

Answers

Answered by Rithiesh07
0

Explanation:

Logic to check palindrome number

1.Input a number from user. Store it in some variable say num .

2.Find reverse of the given number. Store it in some variable say reverse .

3.Compare num with reverse . If both are same then the number is palindrome otherwise not.

Answered by niharikapadhi1984
0

Answer:

Logic to check palindrome number

Input a number from user. Store it in some variable say num .

Find reverse of the given number. Store it in some variable say reverse .

Compare num with reverse . If both are same then the number is palindrome otherwise not

Explanation:

hope it helps you

Similar questions