Computer Science, asked by narendrasinghcm, 9 months ago

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 stranger0000
22

Answer :

1) float

2) integer

3) integer

4) float

5) integer

6) float

Answered by umakant943
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