-
if, else if, else
if
The program runs when the condition is true.-
-
-
if
If the condition is False, the program will not run.-
You can run the program even if the condition is false by using else.
-
else if
You can add conditions by using else if.-
-
-