Skip to content

Added Count Digit program#1369

Merged
deadshotsb merged 4 commits into
TheAlgorithms:masterfrom
Utsav1999:utsav-math
Jul 26, 2020
Merged

Added Count Digit program#1369
deadshotsb merged 4 commits into
TheAlgorithms:masterfrom
Utsav1999:utsav-math

Conversation

@Utsav1999
Copy link
Copy Markdown
Contributor

Added a program that will count the number of digits of a user given number.

Comment thread Maths/CountDigit.java Outdated
Comment thread Maths/CountDigit.java
@@ -0,0 +1,20 @@
import java.util.*;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add package Maths; here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@StepfenShawn I updated my program with package Maths;

@deadshotsb deadshotsb merged commit 33b982e into TheAlgorithms:master Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants