0
Design a program in Java to evaluate the expression in postfix notation using stack.
You may assume the following: 1. Expression consists of constants only. 2. Operators will be +, -, * and / 3. Operands and operators will be space seperated
0 ответов