expression-checker
There are 1 repositories under expression-checker topic.
BaseMax/MathematicalExpressionEvaluator
This is a C++ program that evaluates mathematical expressions containing operators +, -, *, and /, and parentheses ( and ). The program supports multi-digit numbers and guarantees that parentheses are used for each operator.