CIW Exam Questions

Which one of the following statements will execute its associated statement 100 times?

Which one of the following statements will execute its associated statement 100 times?

A.
for ($counter = 1; $counter<100; $counter++)

B.
for ($counter = 1; $counter<100; ++$counter)

C.
for ($counter = 1; $counter<101; –$counter)

D.
for ($counter = 1; $counter<101; $counter++)