a=a+b concise statements
Answers
Answered by
2
Answer:
in computer science this means -
if a is assigned 5 and b is assigned 11
then by the above statement a=a+b states that now a = 5+11 so a=16
Similar questions