A while statement should have the following form:
while (condition) { statements; }
An empty while statement should have the following form:
while (condition);