Computer Applications
Predict the output of the following:
System.out.println(Math.ceil(65.5));
Related Questions
Predict the output of the following:
System.out.println(Math.round(-18.51));
Predict the output of the following:
System.out.println(Math.floor(-0.88));
Predict the output of the following:
System.out.println(Math.rint(98.5));
Predict the output of the following:
System.out.println(Math.max(-77.66, -87.45));