for_break_continue2 35 B

1234
  1. for(i, 5, 15, 3)
  2. {
  3. print(i);
  4. }