Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
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.😅