Computer Science, asked by salwynchristopher, 11 months ago

what do you mean by loop ? mention its types ​

Answers

Answered by officialfarid2003
0

Answer:In computer science, a loop is a programming structure that repeats a sequence of instructions until a specific condition is true .

Explanation:

types of loop

    for loop

     while loop

Answered by Anonymous
0

Loops are control structures used to repeat a given section of code a certain number of times or until a particular condition is met. Visual Basic has three main types of loops: for.. next loops, do loops and while loops.

Similar questions