Computer Applications
State whether the following statement is True or False :
The output of Math.abs(-99.99) is 100.00.
Related Questions
State whether the following statement is True or False :
The return data type of Math.log() is double.
State whether the following statement is True or False :
Java.Math class is used for different mathematical functions.
State whether the following statement is True or False :
Math.sqrt(-225) can't be defined.
State whether the following statement is True or False :
The output of Math.cbrt(-3) will be -27.