C-05-Q150mediumsingle_mcq
In Program 5.27, what does the break statement do when the key is found?
In Program 5.27, what does the break statement do when the key is found?
- aContinues the loop
- bExits or breaks the loop
- cSkips to the next statement
- dRestarts the loop