Code 101 - Decimal, Binary, Octal and Hexadecimal Converter This simple program converts the input selected number to decimal, binary, octal or hexadecimal number system. The Number System 1. Decimal (Base 10) - using ten digits (0-9) 2. Binary (Base 2) - using two digits (0-1) 3. Octal (Base 8) - using 8 digits (0-7) 4. Hexadecimal - using ten digits (0-9) and 6 characters (A to F) Example Decimal Number: 11 Result Binary: 1011 Octal: 13 Hexadecimal: b Code Link: https://codepen.io/mihsaky/pen/wveqNoG Try and Test it
Log in to join in Reading is open to everyone. Replying needs an account.
No comments yet