Skip to content

This program converts and evaluates arithmetic expressions in infix form:

Notifications You must be signed in to change notification settings

leronjulian/PostFix-Conversion-Evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PostFix-Conversion-Evaluation

This program converts and evaluates arithmetic expressions in infix form:

Each operand is one character long. Operators * and / have the same precedence while + and – have the same precedence. However, * and / have higher precedence than + and -. Order of precedence can be changed by enclosing the operands by a pair of parenthesis. Spaces between operand and operator are optional.

About

This program converts and evaluates arithmetic expressions in infix form:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages