give the output of Math.abs(32.76)
Answers
Answered by
3
Answer:
The Math.abs() function returns the absolute value of a number. That is, it returns x if x is positive or zero, and the negation of x if x is negative.
Similar questions