The priority is in order as follows:
1. ^ power
2. Increase by one++ increment and decrease by one -- decrement
3. Remainder %
4. Multiplication and division * /
5. multiplication and subtraction
6. Positive + and negative signs - unary plus and minus operators
7. + - add and subtract
8. = assignment
example of priorities in java: