Skip to content

Simple binary to decimal and decimsl to binary converter

Notifications You must be signed in to change notification settings

snifhex/binary-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binary-converter

simple binary converter will take decimal numbers as input and convert it into 1's and 0's.

Usage

  • if you want to convert binary to decimal use dec <your_binary>

  • if you want to convert decimal to binary use bin <your_decimal>

Example

  • Converting decimal to binary. bin 455
  • Converting binary to decimal. dec 111000111

About

Simple binary to decimal and decimsl to binary converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages