for_break_continue0 42 B

1234
  1. for(i = 6; i <= 9; i++)
  2. {
  3. print(i);
  4. }