Getting Started With Conditional Statements
( If, If Else, Elseif, Switch)
Just like the name implies, conditional statements are used to perform various actions depending on different conditions.
The IF Statement
The if statement is used to perform an action if a condition is true while if not true, it ignores.
Below is th...
husmarn.hashnode.dev3 min read