Uma simples

  1. What method(s) from the java.lang.Math class might method() be if the statement

method( -4.4 ) == -4;

is true.

a) round()
b) min()
c) trunc()
d) abs()
e) floor()
f) ceil()

ceil e round são as corretas

É isso?

round() e ceil(), eh isso mesmo! 8)