rewrite the expression a=a+10 using an arithmetic assignment operator
Answers
Answered by
2
Question: Rewrite the expression a = a + 10 using an arithmetic assignment operator.
Answer: a += 10
Similar questions