MCQOPTIONS
Saved Bookmarks
| 1. |
The Do-While loop is a looping structure in which a condition is evaluated after executing the statements. This loop is also known as the ____________ loop. |
| A. | entry-controlled |
| B. | exit-controlled |
| C. | open-controlled |
| D. | closed-controlled |
| Answer» C. open-controlled | |