filmov
tv
Java program to check Armstrong Number or not with Dry Run
![preview_player](https://i.ytimg.com/vi/9PA1-THpDhs/maxresdefault.jpg)
Показать описание
This video is to teach how to check whether a number is armstrong or not. An armstrong number is a number which is equal to the sum of the cube of its digits.
This approach takes a console input and a method that returns true if the input number is armstrong otherwise it returns false.
This approach takes a console input and a method that returns true if the input number is armstrong otherwise it returns false.