What do you mean by iterative statements? Give examples.
Answers
Answered by
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
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
Hindi,
9 days ago
Social Sciences,
9 days ago
Math,
19 days ago
Science,
19 days ago
Computer Science,
9 months ago
Hindi,
9 months ago
Hindi,
9 months ago