Computer Science, asked by gamingbrar7, 1 month ago

Which of the following is not a jumping statement?​

Answers

Answered by smmulla1288
0

Answer:

Which of the following is not a valid jump statement? Explanation: break, continue and return transfer control to another part of the program and returns back to caller after execution. However, goto is marked as not used in Java.

Similar questions