Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 1 a ____ loop is one in which the number of repetitions is kno…

Question

question 1
a ____ loop is one in which the number of repetitions is known in advance.
o counter - controlled
o condition - controlled
9 pts

Explanation:

Brief Explanations

In programming, a counter - controlled loop has a pre - determined number of iterations. A condition - controlled loop continues as long as a certain condition is true, and the number of repetitions isn't known in advance. Since the loop in question has a known number of repetitions in advance, it is a counter - controlled loop.

Answer:

counter - controlled