- 1
What is Amstrong number in programming?/ QuĂ© es el nĂșmero Amstrong en programaciĂłn?
This is part of my computer homework
2 Answers
+ 5
Let's see through example,
Let abc is an Armstrong number then: aÂł+bÂł+cÂł = abc
For ex:
1Âł+5Âł+3Âł = 153
https://code.sololearn.com/cucvayt9jw7M/?ref=app
https://code.sololearn.com/cYQcUN1EUJ93/?ref=app
https://code.sololearn.com/csjDS80o8r5k/?ref=app
https://code.sololearn.com/cRKIQZvw0iYL/?ref=app
+ 4
https://www.sololearn.com/learn/4708/?ref=app