continue and break is the reserved keyword provided by php.?
this keyword is used to continue and break the statement of specified condition is true or false.
continue is the keyword in php. the continue keyword is used to continue the loop. It continues the current flow of the program execution and skips the?
remaining code at the specified condition.
Flow Diagram :-?
Example :- Continue
File Name : index.php
Output :-
Trending Tutorials