Problem 1407. Is it an Armstrong number?
An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. For example, 153 is an Armstrong number since 1^3 + 5^3 + 3^3 = 153.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers320
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1820 Solvers
-
Convert a vector into a number
599 Solvers
-
938 Solvers
-
9735 Solvers
-
339 Solvers
More from this Author13
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!