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 f5e5f91 commit 5606859Copy full SHA for 5606859
Armstrong-Numbers/Armstrong.java
@@ -1,5 +1,5 @@
1
/*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*/
+/*Well in case of an Armstrong number of 3 digits, the sum of cubes of each digits is equal to the number itself.*/
3
4
import java.util.Scanner;
5
0 commit comments