Multiple Choice Question (MCQ)
Question: Which assignment operator is equivalent to a = a * 5?
A.
a = 5 * 9
B.
a = * 5
C.
a * = 5
D.
a = 5
Correct Answer: a * = 5