Kage0x3B/calculator
The goal of the programming class was a basic calculator which can perform one operation with if statements. To make that more complicated, this calculator actually parses and evaluates the expression, currently supporting basic math (+, -, *, /, %), correct operator precedence and brackets.
Java