A program that will find out if a number is Armstrong or not i.e whether the sum of cubes of each of the digits in a given number is equal to the number itself of 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 ].