Computer Science, asked by mimanshabiswas9, 7 months ago

write the statement equivalent to A++ and A--​

Answers

Answered by kediaprisha
1

Answer:

A = A + 1

A = A - 1

these will be the statements for A++ and A--

Similar questions