0
4
llucycodes42
The code block will run until it encounters a break statement or until it encounters a statement that terminates the loop.
Shortcut: dowhile
do
{
} while (true)
0
4
llucycodes42
The code block will run until it encounters a break statement or until it encounters a statement that terminates the loop.
Shortcut: dowhile
do
{
} while (true)