Computer Science, asked by vsanjayvs050, 6 months ago

a) State about the types of Branching statements in java.

Answers

Answered by raunitkumar100
0

Answer:

Java provides 3 branching statement named break, continue and return.

Branching statements are used to change the normal flow of execution based on some condition.

Similar questions