Math.rint(3.7) will return *
Answers
Answered by
2
Answer:
4.0
Explanation:
As Math.rint() returns the double value that is closest in value to the passed argument which is also equivalent to a mathematical integer.
Answered by
2
- Write the output of the following code.
Given code,
Math.rint(3.7);
The output for the given code will be,
4.0
Similar questions
English,
3 months ago
Computer Science,
3 months ago
Computer Science,
3 months ago
History,
7 months ago
Math,
11 months ago
Geography,
11 months ago