Question: Write a java program to convert the infix expression to postfix expression, the infix expression should contain negative value. For example: input: (-4+(8*7))^2 output: -487*+2^
Write a java program to convert the infix expression to postfix expression, the infix expression should contain negative value.
For example:
input: (-4+(8*7))^2
output: -487*+2^
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
