for_break_continue1 45 B

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