Wednesday 28 August 2013

how to solve calculations in java

how to solve calculations in java

I'm working on a calculator for programmers that includes binary
operations as well as others e.g. the input line could be as follows:
((23+17) mod 7 × 4 AND 13
which is 4
Is there an easy way to solve such calculations?

No comments:

Post a Comment