What does the code below print?
var a = 1
++a
a--
a++
println(a--)
Enter the result in the answer box.
What does the code below print?
var a = 1
++a
a--
a++
println(a--)
Enter the result in the answer box.
Create a free account to access the full topic