38.3k views
0 votes
The number of iterations of a counter-controlled loop is known in advance.

A. True.
B. False.

User Samm
by
8.4k points

1 Answer

0 votes

Final answer:

A counter-controlled loop in computer programming has a known number of iterations in advance.

Step-by-step explanation:

The statement is True. In a counter-controlled loop, the number of iterations is known in advance because it is determined by the initial value of the counter and the condition for terminating the loop. For example, in a for loop in programming, the loop iterates a specific number of times, which is predetermined.

User YuriR
by
7.9k points