1.Learning Objectives:
2.General Descriptions:
The program prompts and reads an infix expression; evaluates the express and displays the result. It assumes that the infix expression is a valid expression which might has integers, parenthesis and operators +, -, *, /. The division is integer division.
3.Requirements:
4.References: