Which of the following is a valid assignment operator?
+=
-=
*=
All of the mentioned
Correct Answer: D — All of the mentioned
Explanation:
Assignment operators are (+=, -=, =, /=, *=).