Page 1 of 1

Pick out the compound assignment statement.

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) a = a – 5
b) a = a / b
c) a -= 5
d) a = a + 5