There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
#An Armstrong number is an n-digit number that is equal to the sum of the nth powers of its digits. #A number that is the sum of its own digits each raised to the power of the number of digits. #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.