mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-08 10:15:51 +08:00
updated with Maths package
This commit is contained in:
@ -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[]) {
|
||||||
|
Reference in New Issue
Block a user