JAVA Branching statements

The branching statements are also called decision making statement which is used to see whether a particular condition has occurred or not and then tell the compiler to execute certain statements accordingly.

C language supports the following branching statements:

  1. if statement

  2. switch statement

  3. conditional statement

Leave a Reply

Your email address will not be published. Required fields are marked *