Conditional Statements are used to execute statements depending upon whether the condition is true or false i.e. by checking the truth value of condition.
Types of Conditional Statements:
1. If statement
2. If else statement
3. Else if (Ladder if else) statement
4. Switch statement