263.

for(int x = 0; x < 5; x++) How many times the loop will execute?

x takes the value of x and then increments x.