Computer Science, asked by sharenyachowdhry, 6 months ago

QUESTION 3
Convert the following infix expression
into its postfix form/Reverse Polish
Notations form :
x + y * z^ p - (m / n + q)​

Answers

Answered by riyaamen303
0

Answer:

x+y*z^p -(m/n + q) = x+y*z^p-(mn/q+)

                                    =x+yz^p*mn/q+-

                                    =xyz^p*+mn/q+-

Hope this helps you . Please add Brainliest if it is correct. I hope you are able to understand the steps.If you have query you can ask.

Similar questions