0 / 60 seg.

How many times with this loop be executed?

for (int x=0; x<100; x++) {
  x = x + 1;
}