What is the meaning of "loop" in computer science? Explain.
Don't Spam ❎
Answers
Answered by
5
Explanation:
In computer science, a for-loop (or simply for loop) is a control flow statement for specifying iteration, which allows code to be executed repeatedly. ... For-loops are typically used when the number of iterations is known before entering the loop.
Answered by
3
Answer:
I hope it will help mark as brainlist answer
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. Two of the most common types of loops are the while loop and the for loop. ...
Similar questions