Skip to content

I was watching the lectures of cs50 and they was speaking about binary, so I have this idea, a code that convert bases.

Notifications You must be signed in to change notification settings

RickR063r7/Base-to-Base.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Base-to-Base.js

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

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

No packages published