predict the return data type of the following functions:
1) Math.sqrt();
2) Math.rint();
3) Math.ceil();
4) Math.round();
5) Math.floor();
6) Math.log();
plz answer all the parts..
i will mark the satisfied answer as brainliest for sure ...!!!!
Answers
Answered by
22
Answer :
1) float
2) integer
3) integer
4) float
5) integer
6) float
Answered by
9
1) Math.sqrt(); double
2) Math.rint(); double
3) Math.ceil(); double
4) Math.round(); long or int
5) Math.floor(); double
6) Math.log(); double
Similar questions