Computer Science, asked by gautamkribber, 1 month ago

The _____________________loop is used to repeatedly execute a statement or a block of statements for the specified number of times.

Answers

Answered by legendanush91
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 gayatrikumari99sl
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