(i) (a+b) - c & (ii) a - (b+c)
(i) The postfix notation -     (a+b)-c
                                                     = [ab+]-c
                                                     =ab+c-
(i) The postfix notation -      a-(b+c)
                                                      =a-[bc+]
                                                      =abc+-






0 comments:
Post a Comment