for(int i = x; i < y; i++){ if(/*Abbruchbedingung nicht erfüllt*/){ }else /*Abbruchbedingung erfüllt*/{ break; } }