Search:

Type: Posts; User: Junky

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,713

    Re: PEMDAS Calculator

    Maybe its not how YOUR algorithm works but I suggested a different algorithm you can use. Have you bothered to Google "infix to postfix"?
  2. Replies
    4
    Views
    2,713

    Re: PEMDAS Calculator

    7 + 3 infix
    7 3 + postfix

    The easiest way to evaluate infix equations is to convert them to post fix first.
Results 1 to 2 of 2