Computer Science, asked by abdulhussain0600, 3 months ago

Name the four components of While loop.​

Answers

Answered by jiyagupta69
3

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. ...

hope this helps you ☺️

Answered by SmileDonarPriyu
1

Answer:

Loop statement 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..... this initialization step is done prior to the while statement....

Similar questions