Skip to content

Commit 7f944d9

Browse files
committed
updated with Maths package
1 parent da29549 commit 7f944d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Maths/CountDigit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import java.util.*;
2-
import java.lang.*;
2+
package Maths;
33
// count the number of digits in a number
44
class CountDigit {
55
public static void main(String args[]) {

0 commit comments

Comments
 (0)