Skip to content

t3chn0tr0n/number_interconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Whole_number_converter

This is a program that converts any whole number from base 2,8,10 and 16 to any of the same bases.

Convertions of Binary and octal to/from decimal or hexadecimal are more or less the same. Thus are combined in one function. While converting between these two, I used a temp variable to convert it into decimal and then to the required base.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages