Problem 1 is pencil and paper. Problems 2 and 3 are to be implemented.
a. Convert each of the following expressions from infix to postfix.
a+b+c+d
(a+b)*(c/(d-e))
b. Convert each of the following expressions from infix to prefix.
2*(3+4)
(a+b)*(c/(d-e))
c. Convert each of the following expressions from postfix to infix.
ab*cd+-
ab+cde--*
Data for the hard copy will be available on Wednesday 18 April.
Data for the hard copy will be available on Wednesday 18 April.