Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 305 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 305 Bytes

BinaryConverter

Convert binary number to decimal + see your binary bit size, byte size, and max combinations

#This program takes in a binary number (in base 2) and outputs its decimal counterpart. #Furthermore, it also outputs the binary numbers' bit size, byte size, and maximum possible combinations