Base Conversions

In Computer Essentials (and other classes), time was spent converting numbers between various bases. In such environments, this valuable process typically was a very tedious endeavor performed by hand for the purposes of learning the concepts. Now, let us revisit it with the intention of having the computer do this work for us.

Your task with this project is to implement a program that will:

Attributes
arrays, functions, repetition

Other attributes can be achieved in this project- make a case for the ones you'd like to receive.

The following are suggested extensions to the core project requirements that would assist you in better achieving some attributes: