The correct options are
A Addition
C Multiplication
Addition and multiplication are commutative for integers.
If a and b are integers, then
a+b=b+a
Example : 1 + 2 = 2 + 1 = 3
a×b=b×a
Example : 1 × 2 = 2 × 1 = 2
On the other hand, subtraction and division are not commutative for integers.
If a and b are integers, then
a−b≠b−a
Example : (1 - 2) = -1 ≠ (2 - 1) = 1
a÷b≠b÷a
Example : (1 ÷ 2) = 12 ≠ (2 ÷ 1) = 2