Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 853 Bytes

File metadata and controls

19 lines (15 loc) · 853 Bytes

Working with Numbers

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.

Requirements

Java and a compatible IDE is required to run the files

Installation

git clone git@github.com:CESJDS/unit-8.git
cd unit-8

Usage

you can mess around with the functions and files in order to understand how the Number class works.

Plagarism

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.