Utilisateur
int [] examScore = new examScore[4];
Subscript
Array
0
99
nt [] anArray = new int [10] {100, 100, 100};
num[4] = 50;
A runtime error will be generated
A runtime error will be generated
large enough to hold the maximum number of entries
it offers read only access
88
a method in the Array class
int [] DoSomething()
void DisplayOutput(double [ ] anArray)
DisplayArrayContents(anArray);
Both arrays reference the same memory locations