Design a program in Java to evaluate the expression in postfix notation using stack. | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuestas