4 lines
71 B
D
4 lines
71 B
D
|
|
int[3] array;
|
||
|
|
array[0] = 5;
|
||
|
|
// array.length = 4; // compile-time error
|