Skip to content

Comments

add Implement number base conversion#44

Open
HamzhSuilik wants to merge 1 commit intomattgd:masterfrom
HamzhSuilik:hz
Open

add Implement number base conversion#44
HamzhSuilik wants to merge 1 commit intomattgd:masterfrom
HamzhSuilik:hz

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