If else-if else statement is used to add alternative set of multiple else-if and single else statements for if condition. In case if condition is false then alternatively check for another condition in case if it failed for all defined conditions the it will execute else statements.

 

Happy coding!