

This format of the WHILE statement is an exit controlled iteration
statement. In this the condition which is to be checked lies at the
end of the execution statement/statements and is hence executed at
least once no matter the conditon is met or not.
{
body of the loop
}
while (test expression);