How many times with this loop be executed?
for (int x=0; x<100; x++) { x = x + 1; }
This code contains an error.
50
99
100