Computer Science, asked by sangmoreegzenthing, 1 day ago

1. What is Looping? Mention it's types what it​

Answers

Answered by Helper1130
1

Answer:

In computer science, a loop is a programming structure that repeats a sequence of instructions until a specific condition is met. Programmers use loops to cycle through values, add sums of numbers, repeat functions, and many other things. Two of the most common types of loops are the while loop and the for loop

Visual Basic has three main types of loops: for.. next loops, do loops and while loops.

Similar questions