Computer Science, asked by akshikas143, 1 day ago

what do u mean by looping​

Attachments:

Answers

Answered by saravananmaya1
1

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

Explanation:

was this answer helpful?

add this as brainly list

Answered by sgyashwhanth24
0

Explanation:

In computer science, a loop is a programming structure that repeats a sequence of instructions until a specific condition is met. Programmers use loops to cycle through values, add sums of numbers, repeat functions, and many other things.

Similar questions