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
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
Social Sciences,
5 months ago
English,
5 months ago
Math,
10 months ago
Chemistry,
10 months ago
Physics,
1 year ago