Multiple Choice
Which of the following is a valid heading for a method that could accept the two-dimensional array as an argument?
A) void DisplayOutput(double [ , ] anArray)
B) void DisplayOutput(double [10 , 2 ] anArray)
C) void DisplayOutput(double anArray)
D) void DisplayOutput(double anArray [10 , 2])
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: The Length property can be used to
Q26: The method in the string class that
Q27: The string type allows individual characters to
Q28: double [ , ] price = new double [2
Q29: Which of the following would define a
Q31: double [ , ] price = new double [2
Q32: Which of the following is a valid
Q33: The string is a reference type in
Q34: C# has two types of string literals.
Q35: int [ , , ] anArray =