Computer Science, asked by pirhussain028, 1 month ago

The loop is used when the number of repetitions is known​

Answers

Answered by Kuku01
1

Explanation:

Count-controlled repetition is often called definite repetition because the number of repetitions is known before the loop begins executing. When we do not know in advance the number of times we want to execute a statement, we cannot use count-controlled repetition.

Similar questions