Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 638 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 638 Bytes

Calculator

About

A scientfic calculator designed in java with help of swing package

How to run the application

  • 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