Which of the following would be the most appropriate way to invoke the predefined Floor( ) method

Question:

Which of the following would be the most appropriate way to invoke the predefined Floor( ) method found in the Math class?

public static double Floor (double)

a. answer = Floor(87.2);

b. answer = Math.Floor(87.2);

c. Floor(87.2);

d. Math.Floor(double);

e. Math.Floor(87.2);

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: