What does the
break;
statement do?
What does the
continue;
statement do?
What does the
goto
statement do? What is the syntax?
When should we use the
goto
statement?