Skip to content

Shruthi-Sivagnanam/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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