In the previous tutorial we looked at the conditional If Statement. But in this video we will take a look at the ElseIf statement and the Else statement. ElseIf basically allows us to add more than one condition or option to our statement. And Else is sort of like a default action to take if none of the statements are true.
For more information, check out the website: