diff --git a/PostfixCalc/README.md b/PostfixCalc/README.md index 8e0f601..fc1e9ab 100644 --- a/PostfixCalc/README.md +++ b/PostfixCalc/README.md @@ -5,6 +5,7 @@ ## Program Map > Use this to follow the explanation below + ![](/PostfixCalc/postfixCalc_Eval.png) ## Explanation @@ -44,4 +45,4 @@ 5. Roll stack to place the result of the previous operation onto the top of the operand stack (right under the 0), and continue back to blue 2 ## Limitations -Does not handle multi-digit numbers, negative numbers, or exponents in input. \ No newline at end of file +Does not handle multi-digit numbers, negative numbers, or exponents in input.