English, asked by gaurav5334, 1 year ago

WORKSHEET 13
Statements and Loops in VB
DATE : .....................
1. Give one word answer for each of the following:
(a) It is a procedure which gets repeated as many times as the set of condition get
satisfied.
(b) The set of statements that repeat itself.
(c) This checks the condition at the end of block.
(d) The loop is given within loop.​

Answers

Answered by appleiphones236s
4
a. Iteration.
b. Recursion.
c. Do-while.
d. Nested-loop.
Similar questions