You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a text input file of various mathematical expressions, a postfix output file, and an optional third prefix output file in the command line, this app will convert the expression to postfix and prefix and then evaluate accordingly. The results are printed out to the output file.