Computer Science, asked by DHANANJAYNAIK8079, 11 months ago

Explain jumping statements.

Answers

Answered by prempbhatt89gmailcom
1
jumping statements cause unconditional jump to another statement
Answered by aqibkincsem
2

Every program in Java is supposed to be executed based on conditions if sequential execution does not occur.

These commands, which are used in case of conditional statements are known as jump statements.

These include the statements like break, return and continue.

These are statements which the program evaluates to check if the conditions favour the execution of one pair of statements or other pairs.

Similar questions