if
Statement condition.If the condition true, if
statement block executes, otherwise the controller goes to elseif
statement.If the condition is true here, the elseif
Statement block will execute, otherwise again it will go to the next level else
block and the process continues.