Цикл

for (int i = 1; i <= 5; i++) 

}

while (i > 0)

{

}

do

{

}

while (i > 0);

break;

continue;