for_break_continue2 46 B

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