Can anyone help me fix this code in java or any other language (postfix expression evaluation)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anyone help me fix this code in java or any other language (postfix expression evaluation)?

https://code.sololearn.com/c0M5R924w8ro/?ref=app

8th Jun 2018, 3:44 PM
mounika priya
mounika priya - avatar
1 Answer
0
There have is not one mistake, but I'll tell you where to start: The class "Evaluation" and the method of calculation have incorrectly placed "}". I did not understand the logic, but I ask you to note that the method must return int. Also, be careful with the implementation of Stack, it does not provide protection against ArrayIndexOutOfBoundsException.
9th Jun 2018, 7:23 AM
Medvedev Artem
Medvedev Artem - avatar