Computer Applications
Write down the syntax for the following Java Mathematical Library function:
To find the rounded-off of a number b
Java Math Lib Methods
29 Likes
Answer
Math.round(b)
Answered By
19 Likes
Related Questions
Write down the syntax for the following Java Mathematical Library function:
To find the exponent of a number k
Write down the syntax for the following Java Mathematical Library function:
To find the square root of a number d
Predict the return data type of Math.sqrt( );
Predict the return data type of Math.rint( );