what is loop in science language
Answers
Answered by
1
- In computer science, a loop is a programming structure that repeats a sequence of instructions until a specific condition is met. Two of the most common types of loops are the while loop and the for loop.
Answered by
2
In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached. Typically, a certain process is done, such as getting an item of data and changing it, and then some condition is checked such as whether a counter has reached a prescribed number...
hope this answer helps you...❤❤✌✌
Similar questions