Computer Science, asked by skthakur488, 2 months ago

what do your understand by loop

Answers

Answered by unnati25khandelwal
1

Answer:

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.

Answered by imAnshika43
0

Answer:

hope it helps

Explanation:

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. Two of the most common types of loops are the while loop and the for loop.

Similar questions