QUESTION IMAGE
Question
question 1
which function checks whether all arguments are true?
if
or
and
for
Brief Explanations
The AND function returns TRUE only when all its arguments are TRUE. The IF function makes a logical test and returns one value if the result is TRUE and another if FALSE. The OR function returns TRUE if at least one of its arguments is TRUE. The FOR keyword is used for loops in programming, not for checking all - true conditions.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. AND