...

/

Challenge: Armstrong Numbers

Challenge: Armstrong Numbers

Test the concepts you've learned so far with a coding exercise.

Problem statement

A number is called an Armstrong number if the sum of the cube of all digits of the number is equal to the number itself. The numbers 371 and 407 are examples of three-digit Armstrong ...