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
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
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
Computer Science,
3 months ago
Environmental Sciences,
3 months ago
Social Sciences,
7 months ago
Art,
7 months ago
Social Sciences,
1 year ago
Hindi,
1 year ago