arunikayadav42 / Scientific-Calculator

A scientific calculator program that gets infix expressions from input, converts them to postfix and prefix notation, and shows the result by evaluating the postfix expression.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A scientific calculator program that gets infix expressions from input, converts them to postfix and prefix notation, and shows the result by evaluating the postfix expression.

License:MIT License


Languages

Language:Java 100.0%