Computer Science, asked by trinabhaumik09, 3 months ago

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 rashmisethi337
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