The Wayback Machine - https://web.archive.org/web/20201103184441/https://github.com/TheAlgorithms/Java/pull/1369
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Count Digit program #1369

Merged
merged 4 commits into from Jul 26, 2020
Merged

Added Count Digit program #1369

merged 4 commits into from Jul 26, 2020

Conversation

@Utsav1999
Copy link
Contributor

@Utsav1999 Utsav1999 commented Jul 25, 2020

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

Maths/CountDigit.java Outdated Show resolved Hide resolved
@@ -0,0 +1,20 @@
import java.util.*;

This comment has been minimized.

@StepfenShawn

StepfenShawn Jul 26, 2020
Member

Add package Maths; here.

This comment has been minimized.

@Utsav1999

Utsav1999 Jul 26, 2020
Author Contributor

@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
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.