a ..............................is a control structure which is used to repeat a set of statement required number of time
Answers
Answered by
3
Answer:
A repetition structure is also known as a loop. While and do-while statements are condition-controlled loops because they usea true/false condition to control thenumber of times it repeats. A for loop is a count-controlled loop because it repeats a specificnumber of times.
Explanation:
I hope this will help u........plz mark it as a brilliant ans
Answered by
5
Answer:
A loop is a control structure which is used to repeat a set of statement required number of time
Similar questions