Introduction
If-elseif-else statements help your script make choices. They run different code based on conditions.
Check if a file exists and do something if it does or doesn't.
Decide what message to show based on a user's input.
Run different commands depending on the time of day.
Choose an action based on a number's value.