Write a program to input an infix expression


Write a program to input an infix expression, convert to postfix, and then evaluate. Converting to postfix isn't the problem, but evaluating the expression is giving me odd answers. Simple expression like 1+1 is giving me 12 as an answer. I cannot figure out what the problem is.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program to input an infix expression
Reference No:- TGS0133185

Expected delivery within 24 Hours