what is a loop ? and why it is used...
Answers
Answered by
1
Answer:
In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached. ... A loop is a fundamental programming idea that is commonly used in writing programs. An infinite loop is one that lacks a functioning exit routine .
Answered by
3
Answer:
A loop is a repetition of functions or statements and it is used to repeat a sentence a specific number of times.
Similar questions