Assalamu Alaikum. Hope you all are well by the grace of Almighty ALLAH. Today we learn how to find out the perfect numbers between limits. take a look at the problem.
Problem: Write a program that prints the list of all palindrome numbers between X and Y. where Y>X. User will input the value of X and Y. If X is not lower than Y a message will be given "Invalid Range".
Solution:
A Palindrome Number or numeral Palindrome is a number that remains the same when it's digits are reversed. For example, 16461 is a palindrome number.
Take a look at the program.
Problem: Write a program that prints the list of all palindrome numbers between X and Y. where Y>X. User will input the value of X and Y. If X is not lower than Y a message will be given "Invalid Range".
Solution:
A Palindrome Number or numeral Palindrome is a number that remains the same when it's digits are reversed. For example, 16461 is a palindrome number.
Take a look at the program.
Thank You all..
0 comments:
Post a Comment