To output the value of multidimensional array, Console.WriteLines(___)

A. myArray[1][3];
B. myArray[1.3];
C. myArray{1}{3};
D. myArray(1),(3);

Ans: a

0 comments:

Post a Comment