Question:
Types of jump statement
Author: Christian NAnswer:
Break - exits the immediately surrounding loop or switch statement. continue (only in loops) - exits the current pass of the immediately surrounding loop and continues at the loop head. assert (for checking assertions) - Systematic testing of assertions helps to detect programming errors
0 / 5 Â (0 ratings)
1 answer(s) in total