Pages

Showing posts with label palindrome number. Show all posts
Showing posts with label palindrome number. Show all posts

Oct 2, 2011

A program to check if a number is palindrome or not


A program that will check whether a number is palindrome or not i.e. it will check that the value of the number from its reverse side is the same as the front side that is 121=121 but 122 != 221. [ ! = not ].