MCQOPTIONS
Saved Bookmarks
| 1. |
A do-while loop contains |
| A. | only one statement between the do statement and the while statement |
| B. | several statements between the do statement and the while statement |
| C. | no statement at all between the do statement and the while statement |
| D. | only two statement between the do statement and the while statement |
| E. | None of the above |
| Answer» C. no statement at all between the do statement and the while statement | |