Computer Science, asked by arvindgoswami1p57rf6, 1 year ago

When should a While... Wend loop be ideally used?

Answers

Answered by shishir38
8
While loop should be used when the number of iterations is not known by giving a condition at the starting of the loop to continue the iteration till the condition is satisfied.
Similar questions