Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 215 Bytes

File metadata and controls

16 lines (8 loc) · 215 Bytes

NumberConverter

Small Java utility to help practicing number conversion.

Conversion style

Decimal: 12

Binary: b1100

Octal: 014

Hexadecimal: 0xC

You need to remove unnecessary leading zeros.