Introduction - If you have any usage issues, please Google them yourself
Write a program that reads an expression as input and print out the result. Only integers and operators below are allowed in the expression:
+- ( )
Your program should be able to deal with multiple cases of input.