What are loops explain
Answers
Answered by
2
Answer:
A loop in a computer program is an instruction that repeats until a specified condition is reached. In a loop structure, the loop asks a question. If the answer requires action, it is executed. The same question is asked again and again until no further action is required.
Hope it helps you.
Answered by
0
Explanation:
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
Similar questions
India Languages,
16 days ago
Math,
16 days ago
India Languages,
1 month ago
History,
1 month ago
Science,
9 months ago