How many components are allocated by the following statement? double [, ] values = new double [3,

Question:

How many components are allocated by the following statement?

double [, ] values = new double [3, 2];

a. 32

b. 3

c. 5

d. 6

e. none of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: