Computer Science, asked by heyitsme67, 4 months ago

the three kinds of looping are ______,_______and_______​

Answers

Answered by priyappu55
1

next, while,do .loops

Answered by Krishnakumar46562
1

Answer:

next loops, do loops and while loops.

Explanation:

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