Skip to content

atamakahere-git/BaseConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BaseConverter

Java classes to convert base of numbers.


Example :
Converting Decimal to octal and binary: 13(10) = 15(8) = 1101(2)
Converting Octal to decimal and binary: 77(8) = 63(10) = 111111(2)
Converting Binary to decimal and octal: 101010(2) = 42(10) = 52(8)

About

Java classes to convert base of numbers.

Topics

Resources

Stars

Watchers

Forks

Languages