Difference between revisions of "CSC212 Final Exam 2014"
Line 111: | Line 111: | ||
</source> | </source> | ||
* If we call it and pass it 200 as an argument, it prints a fairly long string that starts with "11 4 8 + 4 4 + 5 5 %" and ends with " - - - - - - - - - -". | * If we call it and pass it 200 as an argument, it prints a fairly long string that starts with "11 4 8 + 4 4 + 5 5 %" and ends with " - - - - - - - - - -". | ||
+ | * The RPN expression is guaranteed to be correct, and to evaluate to an integer. | ||
* If we evaluate this RPN expression, the result is -726. True of False? | * If we evaluate this RPN expression, the result is -726. True of False? | ||