The_looping statement is used when the number of repetitions is known.
Answers
Answered by
8
Answer:
PLZ MARK AS BRAINLIEST !
Explanation:
for: the loop is repeated a "specific" number of times, determined by the program or the user. The loop "counts" the number of times the body will be executed. This loop is a good choice when the number of repetitions is known, or can be supplied by the user.
Similar questions