Computer Science, asked by cosmicbeast0, 2 months ago

___loop is ideally suited when the number of iterations are not known prior to the execution of the loop *

For

While

Do while

Break​

Answers

Answered by omsagitra14
1

Answer:

A while loop is ideal for iteration when the number of iterations is not known. Also, it is ideal to use a while loop when you have a condition that needs to be satisfied.

Similar questions