what do you mean by loop ? mention its types
Answers
Answered by
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
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