Multiple Choice
Which of the following correctly calls the Math class method Sqrt with a value of 36
A) Sqrt(36) ;
B) Math.Sqrt(36) ;
C) Math.Sqrt = 36;
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: What is the default value of a
Q30: Since memory in a computer is finite,a
Q31: C# 6 introduces a new concise syntax
Q32: An int must be explicitly cast to
Q33: Overloaded methods always have the same _.<br>A)
Q34: Improperly defining a recursive method may result
Q36: Method arguments may not be expressions.
Q37: The Math class provides only methods.
Q38: Passing an argument to a method by-value
Q40: Conversions that cause data loss are not