What is loop ??pls define it properly
Answers
Answered by
3
Answer:
hey....
A loop is a programming function that iterates a statement or condition based on specified boundaries.
hope it's help uh...
Answered by
2
Answer:
A loop is a programming function that iterates a statement or condition based on specified boundaries.
The loop function uses almost identical logic and syntax in all programming languages. Thus, a specific statement or a group of instructions is continuously executed until a specific loop body or boundary condition is reached. The result of the entire loop body’s first operation cycle serves as the next repetition’s starting point.
Similar questions