Conditional Statement:A conditional statement is used to perform different actions based on different conditions.
Logical Operator: A logical operator is used to combine multiple boolean statements and determine the overall truth value.
Comparison Operator: A comparison operator is used to compare two values and evaluate whether they are equal, greater than, less than, etc.