Describe the do while control structure.

      

Describe the do while control structure.

  

Answers


Kavungya
The do-while control structure is an exit-controlled loop structure. The do-while loop executes the body of the loop before its condition is tested, and ensures that the body always executes at least one time.
Kavungya answered the question on May 15, 2019 at 14:25


Next: Citing an example in each case, briefly explain four types of bookkeeping errors which are not disclosed by a trial balance
Previous: Describe the loop structure.

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


Exams With Marking Schemes

Related Questions