I want to know the result of a String with many math operations. An example:
((49 -(16 - 72))/(21+ (72/(81 + 57))))
I'm using eval
function and it works, but the result of a divide operation has to be an integer, and I don't know how to do it! Any idea?