- Asks user to convert decimal to binary and binary to decimal
- Also demonstrates the usage of Scanner, Strings, Classes and Arrays in Java
- Sources used: Repeated Division-by-2 method, Doubling method, Convert char to int in Java
- Created to simply practice coding in Java