Introduction - If you have any usage issues, please Google them yourself
This is a program to check whether the entered number is an armstrong number or not.
An armstrong number can be defined as follows:
e.g. number=153
then, cube(1)=1
cube(5)=125
and cube(3)=27
AND
1+125+27=153.