Computer Science, asked by ayosijana, 11 months ago

Example of empty control loop.

Answers

Answered by Zisha7
3

Answer:

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.

Answered by preetygirl97
0

Explanation:

An empty loop is a loop that doesn't contain any executable statement, whereas, an infinite loop is a loop that runs an infinite number of times. 2.8. 5 votes.Jun 3, 2018

Similar questions