From charlesreid1

Revision as of 05:51, 7 June 2017 by Admin (talk | contribs) (Created page with "Postfix expressions: * expressions in which the operation being specified occurs after the two operands, in a nested way Example: each postfix expression evaluates to 9. <pr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Postfix expressions:

  • expressions in which the operation being specified occurs after the two operands, in a nested way

Example: each postfix expression evaluates to 9.

5 4 + 
2 7 * 4 1 + -
1 1 + 1 1 + + 1 1 + 1 1 + + +