Funtion Loop
Funtion Loop
2. Assign a different name to function and call it through the new name
Output:
Q4 (2.5 marks). Write a program that performs the following tasks:
1. Check Palindrome Number
A palindrome number is a number that is same after reverse. For example 545, is the palindrome
numbers
Write a program
to accept 2 integer numbers m and n, where m < n then
Display all palindrom numbers in the interval [m.n]. (A palindromic number or numeral
palindrome is a number that remains the same when its digits are reversed, e.g. 16461)