Structsยง
- DoWhile
Loop - The
do...while
statement creates a loop that executes a specified statement until the test condition evaluates to false.
do...while
statement creates a loop that executes a specified statement until the
test condition evaluates to false.