/Standard_Calculator

CALCULATOR USING JAVA

Primary LanguageJava

Calculator

Calculator Made Using Java Swing Package

1. Simple_Calculator

  • Calculates the value withoud Operator precedence (Uses left to right precedence).
  • Works without Operator_Precedence Package.

2. Standard_Calculator

  • Uses the Operator_Precedence (User Definer Package) for determining the Operator's actual precedence.

  • Must Implement the Operator_Precedence Package for Running this Calculator.

    Standard_Calculator