Computer Science, asked by ParthJain8907, 6 months ago

Which statements among the following enable the execution of a statement to repeat until the condition is true. ​

Answers

Answered by DynamicNinja
2

Answer:

Whenever repetitions of some particular statements are required in the code then loops are used until the condition is fulfilled.

Similar questions