C-18-Q087mediumsingle_mcq
The pattern of using if together with break lets a programme leave the loop:
The pattern of using if together with break lets a programme leave the loop:
- aAlways at the same iteration
- bOnly when a specific condition is met during execution
- cNever
- dWithout checking any condition