Get premium membership and access questions with answers, video lessons as well as revision papers.

Describe the loop structure.

      

Describe the loop structure.

  

Answers


Kavungya
A loop is a program control structure that allows for the execution to follow conditional structures, repetitive structures or bifurcation of controls. Loops can be nested in such a way that one loop sits in the body of another. For every execution of the outer loop, the inner loop is executed in full.
Kavungya answered the question on May 15, 2019 at 14:27


Next: Describe the do while control structure.
Previous: Describe the switch statement.

View More Computer Programming Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions