Shruthi-Sivagnanam / Calculator

Scientific Calculator - designed in java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Scientific Calculator - designed in java


Languages

Language:Java 100.0%