Computer Science, asked by vinod9604520015, 10 months ago


1)When a procedure repeats many times as long as a set of conditions is fubited is
known as .............

2)Visual Basic allows............and..............
construct for repeating
the code.

3)DO... loop can be............and.................
controlled loop.

4)Writing a loop within another loop is called....................

5)The...............loop executes completely for each value.................. of
loop in the nested looping.​

Answers

Answered by varshakeram
0

Answer:

Visual Basic loop structures allow you to run one or more lines of code repetitively. You can repeat the statements in a loop structure until a condition is True, until a condition is False, a specified number of times, or once for each element in a collection.

The following illustration shows a loop structure that runs a set of statements until a condition becomes true:

Similar questions