Computer Science, asked by Anonymous, 19 days ago

What do you mean by iterative statements? Give examples.​

Answers

Answered by Anonymous
2

Answer:

The statements that keep repeating themselves as long as a

given condition is true are called Iterative Statements or Repetitive

Statements. As soon as the condition becomes false, the loop

terminates. These are also called Looping statements or simply

Loops. Two types of Iterative statements used in Python are for

loop and while loop.

Answered by bikshampuram1988
0

Explanation:

Iteration statements cause statements (or compound statements) to be executed zero or more times, subject to some loop-termination criteria. ... ... Iteration is when the same procedure is repeated multiple times. Some examples were long division, the Fibonacci numbers, prime numbers, and the calculator game.

PLEASE MARK IT AS A BRILIANIST ANSWER..

Similar questions