jump statements

Jump Statements

The jump statements unconditionally transfer program control within a function. Java has three statements that perform an unconditional branch: returnbreakcontinue…

3 years ago