Multiple Choice
Which one of the following assignment statements associates an int array, that can hold 12 integers, with a reference variable named scores?
A) scores = new int[12];
B) int[12] = new scores;
C) int scores[12];
D) new int scores[12]
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: An array's Length property is read-only, so
Q26: You access the individual elements in an
Q27: If you provide an initialization list when
Q28: When you process a(n) _, you must
Q29: Which one of the following statements correctly
Q31: You can store a variety of data
Q32: The _ creates an object in memory
Q33: A(n) _ is an object that can
Q34: Which one of the following statements correctly
Q35: An array's size declarator must be a