Computer Science, asked by veddixit30, 4 months ago

what are four important parts of loop? explain​

Answers

Answered by munnipandey10084
1

Explanation:

Loop statements usually have four components: initialization (usually of a loop control variable), continuation test on whether to do another iteration, an update step, and a loop body. ... When it is false, the loop ends and execution will resume with the statement after the entire loop.

mark me as brainlist❤️

Answered by khushi908494
1

Explanation:

Loop statements usually have four components: initialization (usually of a loop control variable), continuation test on whether to do another iteration, an update step, and a loop body. ... When it is false, the loop ends and execution will resume with the statement after the entire loop.

Similar questions