Definition:
Conditional statements are also called decision-making statements.
They help the program check whether a condition is true or false.
It controls the flow of the program using statements such as if, if-else, etc.
There are the following conditional statements:
