What is the return type of math.min
Answers
Answered by
1
Answer:
pls mark as brainlist answer
Explanation:
Math. min(int a, int b) returns the smaller of two int values. That is, the result is the value closer to negative infinity. If the arguments have the same value, the result is that same value.
Similar questions