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