for_break_continue3 46 B

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