Computer Science, asked by hardikkund123, 1 month ago

3) Give the output of the following Math function. *
Math.abs(5);​

Answers

Answered by kamalrajatjoshi94
1

Answer:

It will return 5 as the output.

Math.abs() returns the absolute value of an integer I.e a number with no sign I.e a positive number.

Similar questions