How does that fix the problem?
The second part of an if statement won't be evaluated if the first part is false. So, once count becomes 3, it will never be incremented again.
How does that fix the problem?
The second part of an if statement won't be evaluated if the first part is false. So, once count becomes 3, it will never be incremented again.