Computer Science, asked by Avikagautam2010, 13 days ago

Differentiate between Min() and Max() function.​

Answers

Answered by Anonymous
3

Explanation:

The MIN and MAX functions are just what the names imply. MIN will find the lowest number in a range, while MAX finds the largest number in a range. One advantage to these functions is that they can be combined with the IF function.

Answered by taranhs
2

Explanation:

MAX( ) function returns the biggest value from the given set of data. MIN ( ) function returns the smallest value from the given set of data.

Similar questions