Computer Science, asked by rajeevs10768, 1 month ago

Give the output of the following
program segment:
System.out.print(Math.rint(-6.6));​

Answers

Answered by ankushchakraborty509
0

Answer:

is -6.0

Explanation:

the "Math.riint" function is used to round the argument to nearest mathematical integer.

please mark as Briliant

Similar questions