Multiple Choice
int [ , , ] anArray = new [3, 2, 7] allows ____ elements to be stored.
A) 42
B) 12
C) 7
D) 3
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: Which of the following is a valid
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.
Q36: The string class stores an immutable series
Q37: Console.WriteLine(calories.GetUpperBound(0)); returns the largest value in an
Q38: In C#, you may access a two-dimensional
Q39: Strings are considered _ because once you
Q40: Which of the following could be a