AP Computer Science Aeasymcq1 pt
Which correctly declares an array variable without creating it?
A.int[] a;
B.int[] a = null[5];
C.int[] a = 5;
D.array a;
Declaration alone leaves a null.
Aint[] a;
Practice more AP Computer Science A questions with full explanations
Practice Unit 6: Array Questions →