Computer Science 261

Assignment # 8

Due: Tuesday, Nov. 20

Purpose:


Modify the file SimpleCalculator found in the handouts folder for this class by adding the necessary code for "-", "*", "/" and ';'.  Use the code already present for '+' but be careful that '-' and '/' follows the correct order (7 3 - should evaluate to 4, not -4).

Questions?  Please ask!