Computer Science, asked by sachinrajesh32, 5 hours ago

what are the main components of a loop​

Answers

Answered by taslimsayyad008
2

Answer:

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.

Answered by Aaradhyayadav12
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

Similar questions