QUESTION IMAGE
Question
10 multiple choice 2 points which function would you use to check a condition and return one value if it is true and another if it is false? sum max average if
Brief Explanations
- The
SUMfunction is used to add up a range of numbers. - The
MAXfunction returns the largest value in a set of values. - The
AVERAGEfunction calculates the arithmetic mean of a set of numbers. - The
IFfunction checks a condition. If the condition isTRUE, it returns one value; if the condition isFALSE, it returns another value.
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
IF