Computer Science, asked by surendra2352, 7 months ago

Translate the following infix expression into its equivalent postfix expression.

(A + B ꜛ D) / (E - F) + G

Answers

Answered by kondrugamer2005
1

Answer:

  (A + B ꜛ D) / (E - F) + G

  =(A+[BD↑])/[EF-]+G

 =[ABD↑+]/[EF-]+G

 = [ABD↑+EF-/]+G\

 =ABD↑+EF-/G+

Hope it helps...

Mark me the brainliest if possible.

Similar questions