Computer Science, asked by fakesingh01234rkt, 5 months ago

The statement A+=10 means the values of A is previous value plus 10 *​

Answers

Answered by amityadav7246
0

Answer:

int a=15

a+=10

a=a+10

a=25

Similar questions