Computer Science, asked by rk5717691, 11 months ago

what is loop? and how many types?

Answers

Answered by ankitsharmaarya88
1
A loop is a programming function that iterates a statement or conditions based on specified boundaries

there are three types :— 1.next loop 2. do loop 3.while loop
Answered by ItzAwesomeGirl
8

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 loops

Hope it HELPS!!!!!!

Similar questions