QUESTION IMAGE
Question
which characters in the function shown represent the arguments? =max(b2:b6,c4,100) = max (b2:b6,c4,100) (,
Brief Explanations
In a function like =MAX(B2:B6,C4,100), the arguments are the inputs to the function. The "=" is the formula indicator, "MAX" is the function name, and "(","," are just separators. The part within the parentheses (B2:B6,C4,100) are the values (ranges, cells, constants) that the MAX function will evaluate to find the maximum 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
(B2:B6,C4,100)