This code take a number in a base n and convert in a base that you want (between base 2 and base 16), example: I have the number 255 in base 10 and i wanna convert to base 16, I put all the informations and the code return FF on console; Or I have the number 10 in base 2 and I wanna convert to the base 10, I put all the informations and the code return 2 on console
-
Notifications
You must be signed in to change notification settings - Fork 0
Rick-Robert/Base-to-Base.js
About
I was watching the lectures of cs50 and they was speaking about binary, so I have this idea, a code that convert bases.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published