Computer Science, asked by sanvika9905, 8 months ago

What is the return type of math.min

Answers

Answered by subhamrout2019
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