Patni
Company
. Min (a, b, c)=min of a, b, c Max (a, b, c,)=max of a, b, c then what is the value of MAX {min (2,5,7), max (-7, -2, -3), 3}
Read Solution (Total 1)
-
- MAX {min (2,5,7), max (-7, -2, -3), 3}
= MAX {2,-2,3}
=3 - 12 years agoHelpfull: Yes(1) No(0)
Patni Other Question