However, for the second if, we have to specify the condition again. This can be tricky when dealing with complex conditions. The else statement automatically handles all the situations when the if fails.
Do keep in mind that the else statement cannot exist on its own. It is merely a counterpart of the if statement. It can still contain its own nested if or if-else statements. We’ll leave that as an exercise for you to try on your own.