updated with Maths package

This commit is contained in:
Utsav1999 2020-07-26 21:32:32 +05:30
parent ce5ca17381
commit da29549d67

View File

@ -1,8 +1,8 @@
import java.util.*;
import java.lang.*;
// count the number of digits in a number
class CountDigit{
public static void main(String args[]){
class CountDigit {
public static void main(String args[]) {
Scanner sc = new Scanner(System.in);
System.out.print("Enter the number: ");
int number = sc.nextInt();