Skip to content

Commit da9e3e3

Browse files
Update armstrong number.java
1 parent 5ef45cc commit da9e3e3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

armstrong number.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
/******************************************************************************
21

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-
*******************************************************************************/
82
import java.util.*;
93

104
public class Main
@@ -37,4 +31,4 @@ public static void main(String[] args) {
3731
}
3832

3933
}
40-
}
34+
}

0 commit comments

Comments
 (0)