Computer Science, asked by priyasishroy123, 7 months ago

Mention the other name of iterative statement.tell in brief​

Answers

Answered by anukrititiwari04
9

7.6 Iteration Statements. An iteration statement, or loop, repeatedly executes a statement, known as the loop body, until the controlling expression is false (0).

Answered by Anonymous
2

Answer:

Iteration Statements. An iteration statement, or loop, repeatedly executes a statement, known as the loop body, until the controlling expression is false . statement is a single instruction - in other words, a single step. Iteration is implemented in programming using FOR and WHILE statements. In programming, iteration is often referred to as 'looping', because when a program iterates it 'loops' to an earlier step.

Similar questions