Computer Science, asked by satyam99140, 1 month ago

1. It is used to repeat a set of instructions till the time a condition is satisfied
A) while loop
B) for loop
c) none of these​

Answers

Answered by sahilchib7709
0

B for loop

Explanation:

For loop used only when we already knew the number of iterations

While loop used only when the number of iteration are not exactly known

Similar questions