Day - 5 Control Flow and Logical Operators
Condition Check
1. The if statement
Checks if a condition is true.
If true → runs the code inside.
2. The else statement
Runs when the if condition is false.
Comparator Operators
> Greater th
cloudtoai.hashnode.dev4 min read