Java Object Orientated Design
This is a simple calculator written in Java It uses object Orientated Design (OOD) This simple project gives best understanding for java begineers
To run this program Make sure your system is running with java
download and save it in your desktop or any of your prefered directory
locate where you saved the file and use command line to make it a current directory
save it with the name of the class as usually done in java
save it Average.java
Compile using java compiler javac Average.java
Then run the program java Average