which of the following is not a jumping statement?
Answers
Answered by
0
Break, continue and return transfer control to another part of the program and return back to caller after execution. However, goto is marked as not used in Java.
Similar questions