3. What is called the process to repeat a certain set of commands again
and again till the condition is met?
Answers
Answered by
1
Answer:
It is called a loop because it "loops through" a set of commands. Something inside the while loop has to update the variable in the condition so the while loop will stop. The "repeat while" loops become infinite loops if the condition will never be false.
Answered by
0
Answer:
the process to repeat a certain set of commands againand again till the condition is met loop...
hope it helps you.....
Similar questions