Skip to content

A java project i created to explore the world of object oriented programing (OOP)

Notifications You must be signed in to change notification settings

zyadexe/NumberBaseConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumberBaseConverter

by zyad alghamdi

This simple Java program was created using the basics of object-oriented programming, such as objects, classes, etc.

The program contains 4 classes, each class performs a specific function

App.java : contains the Main method that call methods from other classes

input.java : contain 4 methods to convert from the base that user choose (FromBin,FromOct,FromDec,FromHex)

output.java : contain 4 methods to convert to other bases (ToBin,ToOct,ToDec,ToHex)

etc.java : contain side operations that used in other classes such as ERROR(); that shows an error message when it called

About

A java project i created to explore the world of object oriented programing (OOP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages