Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 380 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 380 Bytes

Infix-To-Postfix-Calculator

In this calculator we used stack structure for converting infix expressions to postfix and prefix notation, then we used postfix to evaluate the result of the calculation.

The program runs on NetBeans.

An example of running the program:

2