Computer Science, asked by purushuttomkarmokar, 10 months ago

what is the condition of while loop is repeated


Answers

Answered by geetaranipatnayak
1

Explanation:

The while loop is used to repeat a section of code an unknown number of times until a specific condition is met. For example, say we want to know how many times a given number can be divided by 2 before it is less than or equal to 1.

Answered by sk4558624
1

Answer:

While loop is used to repeat a section of code an unknown number of times until a specific condition is met

For eg- say we want know how many times a given number can be divided by 2 before it is less than or equals to 1

Similar questions