That's a hard question to answer without a computer.
To answer this, you will have to know what all the operators do and in what order they are executed.
See
The Java Tutorial - Operators for a detailed description. Note the Operator Precedence table on that page; it explains which operations are evaluated first.