Predict the return data type of Math.rint( );
25 Likes
double
Answered By
14 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( );