Computer Science, asked by Ankitm249, 1 year ago

c++ coding please answer

A = 5
A = A + 10

write another statement to do same task

Answers

Answered by purnamahesh
1

Answer:

A+=10; //this is it .......

Similar questions