This is a simple program that, when run, asks user to enter a number & returns if it is Armstrong or not. An Armstrong number in a given number base b is a number that is the sum of its own digits each raised to the power of the number of digits


    Download Code