232k views
1 vote
Counter-controlled repetition is also known as:

a) definite repetition
b) indefinite repetition
c) multiple-repetition structure
d) double-repetition structure

User Ueli
by
5.9k points

1 Answer

4 votes

Answer:

a) definite repetition

Step-by-step explanation:

The counter-controlled repetitions is one in which we know the number of times a loop will be followed or performed.

Definite repetition is the one in which we know the number of iterations to be performed by a loop before the execution of the loop.

For Example:

Repeat a loop for 25 times printing out b *.

User Wonsup Lee
by
5.9k points