Which Statement Will Return True If Atleast One Condition Is True?

Which Statement Will Return True If Atleast One Condition Is True? The logical operator AND && will return true if multiple conditions are all true, and OR || will return true if at least one condition is true. The else statement will execute code if the condition was false. The while statement will repeatedly execute