Given a number and we have to check whether it is palindrome or not using PHP program.
Palindrome number
A number which is equal to its reverse number is said to be a palindrome number.
Example:
Input:
Number: 12321
Output:
It is palindrome number
Explanation:
Number is 12321 and its reverse number is 12321,
both are equal. Hence, it is a palindrome number.
Program:
Output
need an explanation for this answer? contact us directly to get an explanation for this answer