Interative statement is also known as dash statement
Answers
Answered by
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
0
Answer:
I could not understand our position
Similar questions
Science,
5 months ago
Computer Science,
5 months ago
Physics,
5 months ago
Math,
10 months ago
Math,
10 months ago
Science,
1 year ago
Social Sciences,
1 year ago