Why would a programmer use the logical operator or in an if statement? (5 points)


When an action is to be taken that requires both conditions to be false

When an action is to be taken that requires both conditions to be true

When an action is to be taken that requires the first condition to be false

When an action is to be taken that requires at least one condition to be true