Computer Science, asked by Drashtimalaviya, 1 month ago

The loop has four main
components: Initialization,
Condition, Loop body, and Step
value.​

Answers

Answered by avishisingh74
0

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.

Explanation:

Answered by shravinipuri8
0

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.

Similar questions