Computer Science, asked by nagoormeeranambalam, 2 months ago

differentiate between min function () and max function​

Answers

Answered by tanvi9399400
9

Answer:

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

Explanation:

hope it's help you

Answered by hkvisen1800
4

Answer:

min function returns the minimum value present in list

and max function returns maximum value present in list

Similar questions