A scientfic calculator designed in java with help of swing package
- Clone the repo
gh repo clone Shruthi-Sivagnanam/Calculator
- Generate the .class file for all the packages
- change the directory
cd Calc_package
- Compile the two java file
javac Normal_calculation.java javac Scientific_calculation.java
- Compile and run the main program
cd.. javac Calculator.java java Calculator