Page 1 of 1

The correct way of incrementing the operators are:

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
a) ++ a ++
b) b ++ 1
c) c += 1
d) d =+ 1