Computer Science, asked by kdnayak43, 1 month ago

‘if’ is an iteration statement

true or false​

Answers

Answered by mysteriousboy09
0

Explanation:

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 (see Section 7.6.

Similar questions