A loop used in programming languages. The statement is executed until the expression is zero. while(expression) statement
while(sober) beer++;
17👍 2👎