Pregunta:
Types of jump statement
Autor: Christian NRespuesta:
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 calificaciones)
1 answer(s) in total