Give the output of the following Math functions:
13 Likes
Answered By
7 Likes
The output of the following code is:
System.out.println(Math.ceil(6.4) + Math.floor(-1-2));
What is the output of Math.ceil(5.4)+Math.ceil(4.5)?