Computer Science, asked by narayanareddymh, 5 months ago

find the output of the following 1. math.rint(-5.5)​

Answers

Answered by niluk0167
1

Answer:

the answer is

5.5

please mark. me. in brain list

Answered by anindyaadhikari13
3

\star\:\:\:\sf\large\underline\blue{Question:-}

  • Find the output of Math.rint(-5.5);

\star\:\:\:\sf\large\underline\blue{Output:-}

Math.rint() function is used to return the nearest integer for a given argument.

Math.rint(-5.5)=-6.0;

Hence, output = -6.0

Similar questions