Wap to print all Armstrong number up to range using function
i)public unt armstrong (int )
ii) public void print (int range)
Answers
Answered by
1
Answer:
A positive integer is called an Armstrong number of order n if
abcd... = an + bn + cn + dn + ...
In case of an Armstrong number of 3 digits, the sum of cubes of each digit is equal to the number itself.
Similar questions
Math,
1 month ago
English,
1 month ago
Computer Science,
3 months ago
English,
9 months ago
History,
9 months ago