Computer Science, asked by psharmain45, 1 month ago

What are loops explain​

Answers

Answered by GlamKook
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 Aʙʜɪɪ69
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