Computer Science, asked by kashyapkarteek, 3 months ago

Iterative statement is also
known as
statement.
Looping
Conditional
Selection
Sequential​

Answers

Answered by mahi40712
2

Answer:

looping statement

Explanation:

For some programming objectives it is necessay to repeat a set of statements a number of times until a certain condition is fulfilled. The iteration statements are also called loops or looping statements.

Similar questions