x has many values for that expression. For example:


for(int x = 2; x < 20; x += 3)
System.out.print(x%3 + " "); // 2 2 2 2 2 2