/Calculator

Scientific Calculator - designed in java

Primary LanguageJava

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