Which type of loop uses a pretest to initialize a counter variable and then increment the counter variable at the end of each iteration?

Which type of loop uses a pretest to initialize a counter variable and then increment the counter variable at the end of each iteration?

A) The Do  Until Loop
B) The Count  Until Loop
C) The Do  While Loop
D) The For  Next Loop


Correct Answer(s): D