Next: Multiple Choice Questions
Up: The do-while statement
Previous: Example Program: Student Mark
do-while
loop statement will always be executed at least
once since the condition is not tested until after the first execution
of the loop statement.