Computer Science, asked by ishaqueidrisgmailcom, 2 months ago

give the output of Math.abs(32.76)​

Answers

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