Skip to content

Small Java Utility to practice number system conversion by hand

License

Notifications You must be signed in to change notification settings

base2code/NumberConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumberConverter

Small Java utility to help practicing number conversion.

Conversion style

Decimal: 12

Binary: b1100

Octal: 014

Hexadecimal: 0xC

You need to remove unnecessary leading zeros.

About

Small Java Utility to practice number system conversion by hand

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages