Design a program in Java to evaluate the expression in postfix notation using stack. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

29th Mar 2020, 5:10 AM
Aditi
Aditi - avatar
0 Answers