Suppose that variable x, of type double, already has a value. Write statements that create variable ax, of type double, and makes ax equal to the absolute value of x. (There is a function called Math.abs that does this, but do not use it for this question. Use an if-statement instead.)

 

    [Language: Java  Kind: statements]