It is a weekday and I must get work done!
Who knows what day it even is anymore.
An "If else" statement is used for making code that changes the output based on the "conditions" of the input. So, for this example if it's the weekend you are printed out one statement but if it isn't the weekend you are printed out a different statement.
An "If elseif else" statment is used for more than two conditions in a code.