Skip to content

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

Notifications You must be signed in to change notification settings

hassanzadehmahdi/Scientific-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages