If elseif else statement example: Go to Class! If else statement example: It is cold today. Switch/case example: i equals to 2
The if elseif else statements execute different codes on more than two conditions. The switch/case statements are very similar to if elseif else statements and is used to replace long if elseif else statements.