Computer Science, asked by kmakirat32, 1 month ago

iv. Write the names of 2 types repetition structures.​

Answers

Answered by puspanjalipanigrahi2
0

Answer:

Types of Repetition Structures. Two types of repetition structures: pretest and posttest loops. Pretest: ...

while Loop. Using while Loop: Executes from zero to many times, depending on expression. ...

for Loop. Using for Loop: ...

do...while Loop. Using do... ...

break and continue Statements (alter flow of control) Using break Statements:

Answered by sonalimehta70
0

Answer:

The repetition control structure is also known as the looping iteration control structure .... transfer back to the begging of the loop return control to the top of the loop so that the new repetition can begin . there are two basic type of loop : the pre-test loop and the top post - test loop.

Similar questions