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 5ef45cc commit da9e3e3Copy full SHA for da9e3e3
armstrong number.java
@@ -1,10 +1,4 @@
1
-/******************************************************************************
2
3
- Online Java Compiler.
4
- Code, Compile, Run and Debug java program online.
5
-Write your code in this editor and press "Run" button to execute it.
6
-
7
-*******************************************************************************/
8
import java.util.*;
9
10
public class Main
@@ -37,4 +31,4 @@ public static void main(String[] args) {
37
31
}
38
32
39
33
40
-}
34
+}
0 commit comments