These are two calculator created under the COL100 course project. The first one is a simple calulator which takes two integer input and returns a the result based on command given. The Second one is implemented using STACK class. It can take input of any size, and give the result using the BOADMAS rule. The Advanced calculator also takes care of random spaces and some other common errors.
The code is fully functional.