This video show that how we can check whether a given number is Armstrong or not
This program uses multiple if statement and for loop to verify that the given number is Armstrong. This process goes through by getting sum of cubes of digits then we will check either the given number and it's digits cube sum are equal.
If these both are equal then number will Armstrong.