+ 2
How to get 0 with a variable and ++
Variable test
3 Answers
+ 2
make either the variable negative from the start or make the variable overflow so it becomes negative
+ 1
Initialize a negative variable and count it up or initialize a positive one and count it down until it is 0