7. ch +=2 is equivalent to
(a) ch = ch+2
(c) ch = + 2
(b) ch+2
(d) none of the above
Answers
Answered by
1
Answer:
(a) ch = ch+2
Explanation:
as in programing language we tend to have many things to type so to reduce the time we tend to use short terms instead of long forms
so for ch =ch + 2 the short form is ch+=2
Similar questions