Sunday 21 June 2015

Q41,p3,j14. The reverse polish notation equivalent to the infix expression



((A + B) *C + D)/(E + F + G)

(A) A B + C *D + EF + G + /
(B) A B + C D * + E F + G + /
(C) A B + C *D + E F G + +/
(D) A B + C *D + E + F G + /

Answer A.
Explanation

No comments:

Post a Comment

Note: only a member of this blog may post a comment.