Computer Science, asked by ramzimohd252, 10 months ago

rewrite the expression a=a+10 using an arithmetic assignment operator

Answers

Answered by Anonymous
2

Question: Rewrite the expression a = a + 10 using an arithmetic assignment operator.

Answer: a += 10

Similar questions