type of loops in computer?
Answers
Answered by
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
1
this will be useful to you..
Attachments:
Similar questions