I need a code which can solve the equations like this :-
56*78+(78/8)
In this we know that brackets must be solved first and then divide/multiply and then add/subtract.
So, i need a code for solving this kind of equations which contains multiple operators in single line.
Thnks :)