Computer Science, asked by Ayush0009, 11 months ago

In java how to display the absolute difference of two real numbers.

Answers

Answered by gauravprakash231
1

Answer:

public static DataType abs(DataType a) a : the argument whose absolute value is to be determined Returns : This method returns the absolute value of the argument. If the argument is of double or float type: If the argument is positive zero or negative zero, the result is positive zero

Similar questions