Computer Science, asked by janvi9880, 2 months ago

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

Answers

Answered by bilungdibya7
2

Answer:

Iteration statements cause statements (or compound statements) to be executed zero or more times, subject to some loop-termination criteria. When these statements are compound statements, they are executed in order, except when either the break statement or the continue statement is encountered.

Similar questions