Introduction
Conditional statements help a program make choices. They let the program do different things based on different situations.
When you want to check if a number is positive or negative and act differently.
When you want to decide if a user can log in based on their password.
When you want to give a discount only if the customer buys more than 5 items.
When you want to show a message only if it is raining.
When you want to stop a game if the player loses all lives.