what is the output of math.max (100.76)
Answers
Answered by
0
Explanation:
The Math. max() function returns the largest of the zero or more numbers given as input parameters, or NaN if any parameter isn't a number and can't be converted into one.
Similar questions