Answer:
A counter driven loop or counting loop is a loop that help in keeping the count of the values from initial to the greater level sequentially. The counting is done by the component known as the loop control variable ,that is the integer value.
The counter- driven loop should represent the features like initialization of the counter, increasing it accordingly and loop should get stopped at the accurate count.