263.
for(int x = 0; x < 5; x++) How many times the loop will execute?
View Description
x takes the value of x and then increments x.