The _____________________loop is used to repeatedly execute a statement or a block of statements for the specified number of times.
Answers
Answered by
0
Answer:
The While loop is used to repeatedly execute a statement or a block of statements for the specified number of times.
Answered by
0
Answer:
The while loop is used to repeatedly execute a statement .
Explanation:
- A group of statements that are executed repeatedly is called a loop.
- while loop, it is a control flow statement that executes a block of code at least once and then repeatedly executes or stops execution of the block, depending on the specific Boolean condition at the end of the block.
#SPJ3
Similar questions