trivial calculator

# A trivial calculator class that evaluates strings containing only =,-,*,/,(,) and 

# numbers that could be either integers or floating point numbers. It is assumed that the

# original input string is in infix notation. To implement this you must utilize the 

# MyStack class which is included 

Tags: No tags