Choose the correct working principle of a for loop.
i. However, if the test expression is evaluated to true, statements inside the body of the for loop are executed, and the modifier expression is updated.
ii. Then, the test expression is evaluated. If the test expression is evaluated to false, the for loop is terminated.
iii. The initialization statement is executed only once.
iv. Again the test expression is evaluated.
Answers
Answered by
0
Answer:
the initialization statement is executed only once
Similar questions