The loop is used when the number of repetitions is known
Answers
Answered by
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