Computer Science, asked by esthercanarenald, 4 months ago

System.out.println(Math.round(Math.sqrt(1.44))); ​

Answers

Answered by BrainlyProgrammer
1

Question:-

System.out.println(Math.round(Math.sqrt(1.44)));

Correct Answer:-

  • 1

Explanation:

Math.round(Math.sqrt(1.44));

>>> Math.round(1.2);

>>> 1

Similar questions