We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f1634 commit 0df03d1Copy full SHA for 0df03d1
Exercise22.cpp
@@ -0,0 +1,3 @@
1
+//Title: Armstrong Number
2
+//Description: Write a program that asks the user to enter a number and determines whether the number is an Armstrong number or not.
3
+//An Armstrong number is a number that is equal to the sum of its own digits each raised to the power of the number of digits.
0 commit comments