question 85\n2.5 points\nwhich of the following is not a logical function?\na not\nb if\nc min\nd and

question 85\n2.5 points\nwhich of the following is not a logical function?\na not\nb if\nc min\nd and
Answer
Answer:
C. MIN
Brief Explanations:
NOT, IF, and AND are logical functions dealing with boolean - true/false values. MIN is a function to find the minimum value among a set of values, not a logical function.