+ 2
Pls explain this!
++a a++ --a a--
1 Resposta
+ 4
a++ and a-- called Postfix operations
++a and --a called prefix operations
for details click link below
https://stackoverflow.com/questions/20610769/what-is-the-difference-between-a-and-a-or-a-and-a-in-java