Using object oriented programming in order to learn about numbers in computer science. This includes Hex, Octal, Binary, and decimal. We learned how to convert to each one of these manually without the use of a built in function and built a Number class to do so.
Java and a compatible IDE is required to run the files
git clone git@github.com:CESJDS/unit-8.git
cd unit-8
you can mess around with the functions and files in order to understand how the Number class works.
This repository is not meant for you to directly or partly copy my work. It is meant to help you understand any part which you do not understand and for me to help you with your own program.