How many times does this loop execute?
int loopVal = 0; for (int i=0; i>loopVal; i--){ i--; }
This code is invalid.
one
an infinite number of times
zero