Due Date: Monday, February 19, or Tuesday, February 20, 2007, before the beginning of your lab section.
Objective: The main objective of this assignment is to practice using conditional statements.
Programming assignment: use JOptionPane to design a simple calculator. This calculator should read simple expressions describing operations on positive integers, like 15+5 or 3*41, and generate the result of the corresponding arithmetic operation (or an error message if the user accidentally types in something like 1/0). For simplicity, feel free to assume that the expressions do not have blank spaces (but please inform the user about this restriction in the input prompt).
Hints: You already know all the tricks that you need to build such a calculator:
Homework assignment: on a separate sheet of paper, solve Ex. 10 from p. 218 and Ex. 12 from p. 219.
Deliverables: as instructed by your TA.