Awesome. This will start outputting at 0
and finally output 3
. After it outputs 3
, i
will increase to 4
and the condition will be false.
Close! This will start outputting at 0
and finally output 3
. After it outputs 3
, i
will increase to 4
and the condition will be false.