Computer Science, asked by harshita33871, 9 months ago

write a program to show all Armstrong number from 100to 1000 take the biggest armstrong number of the series extract each digits, and show the table of each digit.

938

8
3
9

please slove it

I will make you brainilist

It's veryimportant.......question....

Answers

Answered by kabeer9766
0

Answer:

In this C program, we are printing the Armstrong number from 1 to 1000. An Armstrong number is an n-digit base b number such that the sum of its (base b) digits raised to the power n is the number itself. Hence, 153 because 13 + 53 + 33 = 1 + 125 + 27 = 153.

Explanation:

You can do this in this way

Similar questions