Toggle navigation
Guidelines
while
Style
while
(
condition
)
{
/* loop body */
}
while
(
condition
)
{
/* loop body */
}