what is the condition of while loop is repeated
Answers
Answered by
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
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