Hello csprung!
I think the problem is in the do...while syntax.

do
{
statements;
}
while(condition);

while goes outside the do block. Check out the java tutorial.