Design a program in Java to evaluate the expression in postfix notation using stack. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta