2. Conditional Statements


          if-else [if] statement is used to execute different actions for different conditions. An action can be defined for each condition met. The code below is the basic block for conditional statements: