Computer Science, asked by snowflake86, 7 months ago

what are the main components of a looping statement?​

Answers

Answered by Anonymous
22

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.

Answered by akashkumar02042001
9

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