12345678910



Question 1: What is the final value of x when the code
int x;
for(x=0; x<10; x++) {}
is run?

1. 10
2. 9
3. 0
4. 1