Skip to content

bsinghvi/PostFixCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

PostFixCalculator

This calculator can solve any numeric post-fix notation.

  • Numbers/operations/expressions can be inputted by either typing or clicking a button.
  • NOTE: Everytime a number is inputted into the editable field, one MUST click ENTER each time for the input to be finalized into the calculator.
  • Once the input is finished, click the equals button, "=", and the calculator will display the final answer. To calculate another expression, simply click 'C'.

This code implements:

  • A simple Graphical User Interface (GUI)
  • Arrays
  • A stack data structure

Hope this helps!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages