Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 541 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 541 Bytes

Octal-Decimal Converter (Java version)

Octal & Decimal Integer Representation

  • Asks user to convert decimal to octal and octal to decimal
  • Also demonstrates the usage of Scanner, Strings, Classes and Arrays in Java
  • Sources used: Decimal Number Conversion | Octal Number Conversion
  • Created to simply practice coding in Java

Created by IasJem