Introduction to Conditional Statements
Let’s discuss conditional statements. Programming is going to get a lot more interesting now.
We'll cover the following...
Conditional statements
In our daily life, we make decisions based on certain conditions. For example:
If it rains, I will take an umbrella to the office, otherwise I won’t.
If mom gives me $20, I will buy a watch, otherwise I won’t.
...