Computer Science, asked by TOSERIOUS, 4 months ago

type of loops in computer? ​

Answers

Answered by JindJaan01
2

Answer:

Loops are of 2 types: entry-controlled and exit-controlled. 'C' programming provides us 1) while 2) do-while and 3) for loop. For and while loop is entry-controlled loops. Do-while is an exit-controlled loop.

Answered by jeganviji2905
1

this will be useful to you..

Attachments:
Similar questions