Respuesta :

String answer = new String( "" );
do
{
    System.out.println( "Question? " );
}
while( answer.length > 0 )