name two jump statements used in java programming
Answers
Answered by
1
Break and Continue are two jump statements used in java programming.
Answered by
0
The statements that cause unconditional control-transfer in program are called jump statements. Two most common jump statements are break and continue.
Similar questions