is a control statement which carries out a set of statement a number of times.
Answers
Answered by
1
Answer:
is a control statement which carries out a set of statement a number of times.
Explanation:
A loop is a sequence of statements which is specified once but which may be carried out several times in succession. The code "inside" the loop (the body of the loop, shown below as xxx) is obeyed a specified number of times, or once for each of a collection of items, or until some condition is met, or indefinitely.
Similar questions