write a short noteon iterative statement
Answers
Answered by
1
Answer:
- Iteration Statements. 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
Explanation:
may it will help you man
Answered by
3
Answer:
An iteration statement, or loop, repeatedly executes a statement, known as the loop body, until the controlling expression is false . The control expression must have a scalar type.
Similar questions