Computer Science, asked by lavanya1987, 3 months ago

_ loop is used when you know the number of times repetition has to take place ​

Answers

Answered by piyush2569
0

Answer:

The other type of important programming control structure is a repetition statement. A repetition statement is used to repeat a group (block) of programming instructions. Most beginning programmers have a harder time using repetition statements than they have at using selection statements. At the same time, the use of repetition statements is at least (if not more) important than using selection statements. Therefore, it is a good idea to expect to spend more time trying to understand and use repetition statements

Similar questions