Skip to content

Commit 5606859

Browse files
authored
Update Armstrong.java
1 parent f5e5f91 commit 5606859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Armstrong-Numbers/Armstrong.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*What is a Armstrong Number?*/
2-
/*Well in case of an Armstrong number of 3 digits, the sum of cubes of each digits is equal to the number itself*/
2+
/*Well in case of an Armstrong number of 3 digits, the sum of cubes of each digits is equal to the number itself.*/
33

44
import java.util.Scanner;
55

0 commit comments

Comments
 (0)