The do...while statement tests the loop condition __________ executing the loop's body; therefore, the body always executes at least once.

The do...while statement tests the loop condition __________ executing the loop's body; therefore, the body always executes at least once.



Answer: After


Learn More :