Predict the return data type of Math.rint( );
23 Likes
double
Answered By
13 Likes
Write down the syntax for the following Java Mathematical Library function:
To find the rounded-off of a number b
Predict the return data type of Math.sqrt( );
Predict the return data type of Math.ceil( );
Predict the return data type of Math.round( );