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

Decimal to BCD(Binary Coded Decimal) #1861

Open
BasilVictor opened this issue Oct 18, 2020 · 0 comments
Open

Decimal to BCD(Binary Coded Decimal) #1861

BasilVictor opened this issue Oct 18, 2020 · 0 comments

Comments

@BasilVictor
Copy link

@BasilVictor BasilVictor commented Oct 18, 2020

Decimal to BCD(Binary Coded Decimal)

This issue is created so that a Java class can be added to convert decimal numbers to BCD forms.
One such example would be to convert 248 to its BCD form, and the result would be 0010 0100 1000

P.S. Since I am new to this repository, after reading the Contributions file, I still could not understand that should I straight away make this class and submit a pull request or should I wait for a confirmation and then do the pull request.😅

AkMo3 added a commit to AkMo3/Java that referenced this issue Oct 26, 2020
@AkMo3 AkMo3 mentioned this issue Oct 26, 2020
0 of 9 tasks complete
AkMo3 added a commit to AkMo3/Java that referenced this issue Oct 26, 2020
DecimalToBCD
@AkMo3 AkMo3 mentioned this issue Oct 26, 2020
10 of 12 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.