Computer Science
Fill in the blanks:
The _________ statement terminates the execution of the whole loop.
Related Questions
Fill in the blanks:
The _________ block of a loop gets executed when a loop ends normally.
Fill in the blanks:
The else block of a loop will not get executed if a _________ statement has terminated the loop.
Fill in the blanks:
The _________ statement terminates only a single iteration of the loop.
Fill in the blanks:
The break and continue statements, together are called _________ statements.