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 da29549 commit 7f944d9Copy full SHA for 7f944d9
Maths/CountDigit.java
@@ -1,5 +1,5 @@
1
import java.util.*;
2
-import java.lang.*;
+package Maths;
3
// count the number of digits in a number
4
class CountDigit {
5
public static void main(String args[]) {
0 commit comments