Q116
Pick out the compound assignment statement.
A.
a = a – 5
B.
a = a / b
C.
a -= 5
AnswerD.
a = a + 5
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board