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
0
Answer:
- 3
- -25
- 1
- 20
This is the required answer.
Similar questions