Priority order

Report a typo

Sort a list from mathematical operations with the highest priority to operations with the lowest priority (operations executed in the first turn should be at the top of the list). Use the theory for reference.

Tip: Remember that unary minus is a minus used to negate a value (like -10, for example).

Put the items in the correct order
addition and subtraction + -
multiplication, division, integer division, and remainder * / // %
power **
unary minus -
___

Create a free account to access the full topic