who can give me the code for this program or can give me some hints and help me with the idea to write it ?
Write a driver to test your class templates and algorithms. If the infix arithmetic expression
(66 + 38 - 93) * 5 / 6 - 88 % 6
is given, the postfix version of the preceding infix expression
66 38 + 93 - 5 6 */ 88 6 % -
will be created and then evaluated. Thus the result is = 5
2006-08-19
19:58:35
·
3 answers
·
asked by
Alex Sexy
1
in
Computers & Internet
➔ Programming & Design