Computer Science, asked by ANILAV7200, 10 months ago

Interative statement is also known as dash statement

Answers

Answered by emmanuelblr200437
1

An iteration statement, or loop, repeatedly executes a statement, known as the loop body, until the controlling expression is false (0). The control expression must have a scalar type.

The while statement evaluates the control expression before executing the loop body.

The do statement evaluates the control expression after executing the loop body; at least one execution of the loop body is guaranteed.

The for statement executes the loop body based on the evaluation of the second of three expressions.

Answered by priyanvetrivadivelpr
0

Answer:

I could not understand our position

Similar questions