do - while
This tests the condition at the bottom of the loop.
do
{
} while (inumber < 5);
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext
This tests the condition at the bottom of the loop.
do
{
} while (inumber < 5);