Solved

Which of the Following Is a Valid Heading for a Method

Question 30

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions