CIS 321 Assignment 2
- Please finish the "Integer Calculator" program as discussed in class. Your program should take an int (first operand), a space, an operator, a space, and an int (second operand) then perform the arithmetic operation. Addition, subtraction, multiplication, and division should be supported. For example, if a user types "200 + 300", your program should show "500". You can use either a command line input/output or a GUI. You can start from programs posted on the course website but you have to write your own version. When you finish, please test to check if your program works as expected.
- Copy your Java source file, paste it as the email body, and send to zwang@shepherd.edu by 11pm on 1/26. Please write CIS 321 and your full name on the subject line of your email.