Computer Science, asked by sahibansinghmalke, 6 hours ago

functions used to find the minimum and maximum value in range​

Answers

Answered by ItzYrSnowy
1

Answer:

Explanation:

MIN() and MAX() have the same syntax: =MIN(value1,value2,value3,...) Essentially, you feed either function a set of values, and the function calculates the minimum or maximum number, depending on which function you are using.

Similar questions