Write C++ program to check whether a number is Armstrong number or not
belongs to collection: C++ Language Loop Programs with Examples
All Answers
total answers (1)
belongs to collection: C++ Language Loop Programs with Examples
total answers (1)
I have used CodeBlocks compiler for debugging purpose. But you can use any C++ programming language compiler as per your availability.
What is Armstrong number?
An Armstrong number is an n-digit number that is equal to the sum of the nth powers of its digits.
For Example: 407 = 43 + 03 + 73 = 64 + 0 + 343 = 407
Result:
Enter any number to calculate factorial:407
407 is an armstrong number.
need an explanation for this answer? contact us directly to get an explanation for this answer