Asked by Shahd Ajlani on Jun 10, 2024

verifed

Verified

A counter-controlled loop is used when the exact number of data entries is known.

Counter-controlled Loop

A counter-controlled loop is a loop that repeats a certain number of times, controlled by a counter variable that increments or decrements with each iteration.

Data Entries

Data entries refer to the act of entering information or data into a database or a particular format, usually through typing or voice input, for the purpose of storage, analysis, or processing.

  • Master the basics of counter-controlled, sentinel-controlled, and flag-controlled loops.
verifed

Verified Answer

MT
Monica TerryJun 16, 2024
Final Answer :
True
Explanation :
A counter-controlled loop uses a variable to keep track of the number of iterations and runs for a predetermined number of times, making it useful when the exact number of data entries is known.