Here's one of the quiz questions from this site:

"What is the final value of x when the code for(int x=0; x<10; x++) is run?"

Why is the answer 10? It clearly says "x < 10" in the for loop. I'm pretty sure 10 isn't less than 10.