Skip to content

Commit da29549

Browse files
committed
updated with Maths package
1 parent ce5ca17 commit da29549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Maths/CountDigit.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import java.util.*;
22
import java.lang.*;
33
// count the number of digits in a number
4-
class CountDigit{
5-
public static void main(String args[]){
4+
class CountDigit {
5+
public static void main(String args[]) {
66
Scanner sc = new Scanner(System.in);
77
System.out.print("Enter the number: ");
88
int number = sc.nextInt();

0 commit comments

Comments
 (0)