Computer Science, asked by heartqueenanchal, 1 day ago

what is types of looping ​

Answers

Answered by anjuthidil
2

Answer:

Entry Controlled loops: In this type of loops the test condition is tested before entering the loop body. For Loop and While Loop are entry controlled loops.

Exit Controlled Loops: In this type of loops the test condition is tested or evaluated at the end of loop body.

and please mark me as brainlist

Answered by ujjwal99355
0

Answer:

There are two types of looping: WHILE LOOP (condition based) and FOR LOOP (Sequence based)

Explanation:

Similar questions