Mathematical expressions like _a+b+c_ are not yet computable in [SimpleCalculator](https://github.com/Raghuvorkady/MAD-LAB-Programs/blob/main/p2-SimpleCalculator) app. Currently, the app supports: - [x] Expressions with two operands (like ex. a+b) - [x] Operands with both integer and floating point values
Mathematical expressions like a+b+c are not yet computable in SimpleCalculator app.
Currently, the app supports: