Which statement is false about Math.abs() method?
It returns the value of the argument if it is positive.
It returns a character representation of a number.
A and C
If the argument is negative, it returns the corresponding positive value.