Computer Science, asked by adyashapriyada36, 5 months ago

name the elements of loop​

Answers

Answered by Anonymous
1

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 diyakhrz12109
1

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