break statement
break statement for the complete process of the Loop and the code in the next statement or minutes for leaving the Loop.example
Continue Statement
Continue Statement is a code used to complete the process in the Loop, which is located below it already ongoing process Loop.example
Switch Statement
Syntaxswitch(n){case 1:execute code block 1break;case 2:execute code block 2break;default:code to be executed if n is different from case 1 and 2}example






0 comments:
Post a Comment