The program finds Armstrong numbers between a lower and upper bound by taking each digit of a number to the power of the number of digits and summing them, checking if it equals the original number.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
18 views1 page
Armstrong Interval
The program finds Armstrong numbers between a lower and upper bound by taking each digit of a number to the power of the number of digits and summing them, checking if it equals the original number.