updated with Maths package

This commit is contained in:
Utsav1999 2020-07-26 21:36:19 +05:30
parent da29549d67
commit 7f944d93dd

View File

@ -1,5 +1,5 @@
import java.util.*; import java.util.*;
import java.lang.*; package Maths;
// count the number of digits in a number // count the number of digits in a number
class CountDigit { class CountDigit {
public static void main(String args[]) { public static void main(String args[]) {