Solved

Which One of the Following Assignment Statements Associates an Int

Question 30

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions