filmov
tv
Java Program to check Armstrong Number | Java Coding |

Показать описание
This program tells if the given number by the user is Armstrong or not !
Armstrong number is a number that is equal to the sum of cubes of its digits. For example 0, 1, 153, 370, 371 and 407 are the Armstrong numbers. Let's try to understand why 153 is an Armstrong number.
Hence 153 because 13 + 53 + 33 = 1+ 125 + 27 = 153
Armstrong number is a number that is equal to the sum of cubes of its digits. For example 0, 1, 153, 370, 371 and 407 are the Armstrong numbers. Let's try to understand why 153 is an Armstrong number.
Hence 153 because 13 + 53 + 33 = 1+ 125 + 27 = 153