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:
Related Book For
C# Programming From Problem Analysis To Program Design
ISBN: 9781285096261
4th Edition
Authors: Barbara Doyle
Question Posted: