Computer Science, asked by ashishk1574, 3 months ago

What do you mean by lterative statements? Give examples.

Answers

Answered by rajnandini6199
0

Answer:

Iteration statements cause statements (or compound statements) to be executed zero or more times, subject to some loop-termination criteria. ... C++ provides four iteration statements — while, do, for, and range-based for.

Answered by chiragsaini481
1

Answer:

the process where a set of instructions or statements is executed repeatedly for a specified number of time or until a condition is met. These statements also alter the control flow of the program and thus can also be classified as control statements in C Programming Language.

Explanation:

Similar questions