Skip to content

Commit 0df03d1

Browse files
authored
Create Exercise22.cpp
1 parent 77f1634 commit 0df03d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Exercise22.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)