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

add Implement number base conversion #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HamzhSuilik
Copy link

add Implement number base conversion feature
based on issue :
#37

Example input the user would provide:

[] Enter a unit to convert from: 2 (or B2, meaning Base 2/binary, might be a better option)
[
] Enter a unit to convert to: 8 (or B8, meaning Base 8/octal)
[*] Enter a value to convert from B2 to B8: 1001100
Then the output would be something like: 1001100 in B8: 114

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.

1 participant