Computer Science, asked by madhulika928, 8 months ago

iterative statement enable the execution of a set of statements to repeat till the condition is true?? true or false​

Answers

Answered by sanya72296
4

Answer:

true

Explanation:

I hope this is helpful

Answered by MotiSani
2

The above-given statement is True.

  • Depending on whether or not the loop is complete, iteration statements cause statements or compound statements to be executed zero or more times.
  • These statements are executed in the order they occur unless the break or continue statements are encountered.
  • Iteration statements run particular inner Statements repeatedly until the condition restricting the execution cycle becomes false or all values of the same data type are performed.

Similar questions