C-05-Q129mediumsingle_mcq
What does the continue statement do inside a loop?
What does the continue statement do inside a loop?
- aExits the loop
- bSkips the other statements and returns to the first statement of the loop
- cEnds the program
- dDeclares a variable