filmov
tv
Armstrong Number using Java Program | Taking Input from User | Java Program

Показать описание
In this video we are going to learn how we can take inputs from the user as a Number and evaluate it and find if it is a Armstrong Number or not and print it to the user using Java Program.
*************************
Armstrong number is any number following the given rule -
abcd... = a ^ n + b ^ n + c ^ n + d ^ n +...
Where n is the order(length/digits in number)
Example
153 = 1 ^ 3 + 5 ^ 3 + 3 ^ 3
1634 = 1 ^ 4 + 6 ^ 4 + 3 ^ 4 + 4 ^ 4
*********************
Hope you all Like this Video
Please Like... Share... Subscribe
*************************
Armstrong number is any number following the given rule -
abcd... = a ^ n + b ^ n + c ^ n + d ^ n +...
Where n is the order(length/digits in number)
Example
153 = 1 ^ 3 + 5 ^ 3 + 3 ^ 3
1634 = 1 ^ 4 + 6 ^ 4 + 3 ^ 4 + 4 ^ 4
*********************
Hope you all Like this Video
Please Like... Share... Subscribe