which loop executes a sequence of statement multiple times
Answers
Answered by
2
Explanation:
In looping, a program executes the sequence of statements many times until the stated condition becomes false. A loop consists of two parts, a body of a loop and a control statement. The control statement is a combination of some conditions that direct the body of the loop to execute until the specified condition becomes false.
Similar questions