Computer Science, asked by navita999, 3 months ago

Write the output of the given statements
System.out.println(Math.cbrt(27));
System.out.println(Math.min(25, -25));
System.out.println(Math.ceil(0.95));
System.out.println(Math.round(19.51));

Answers

Answered by Anonymous
0

Answer:

  • 3
  • -25
  • 1
  • 20

This is the required answer.

Similar questions