for_break_continue1 34 B

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