Which of the following could be a method heading for a member method that returns a two-dimensional array?

A. int [ , ] void DoSomething( )
B. void  int [ , ] DoSomething( )
C. int [ , ] DoSomething( )
D. void DoSomething[ , ]


Answer: C

Computer Science & Information Technology

You might also like to view...

What would be printed out as a result of the following code?

``` System.out.println("The quick brown fox" + "jumped over the \n" "slow moving hen."); ``` a. The quick brown fox jumped over the \nslow moving hen. b. The quick brown fox jumped over the slow moving hen. c. The quick brown fox jumped over the slow moving hen. d. Nothing - this is an error

Computer Science & Information Technology

In Photoshop, working from scratch to create an image or illustration is better when the subject is ____.

a. conceptual b. open to interpretation c. imaginative d. living

Computer Science & Information Technology

In the figure above, Item 1 points to the ____ on the backup drive.

A. file history B. file recovery C. free space D. used space

Computer Science & Information Technology

By default, the background color is ____.

a. black b. gray c. white d. brown

Computer Science & Information Technology