Convert Infix Notation to Postfix Notation (Reverse Polish Notation) and Prefix Notation (Polish Notation)

Example:

Infix: (2+2*7)*6-8/3*2 Postfix: 2 2 7 * + 6 * 8 3 / 2 * - Prefix: - * + 2 * 2 7 6 / 8 * 3 2

results matching ""

    No results matching ""