To define an array named anArray that is capable of storing N values of type Item, you would use the general form: ____
A. ItemanArray [] = new Item [N];
B. Item anArray [] = Item [N];
C. Item [] anArray = new Item [N];
D. Item [] anArray = Item [N];
Answer: C
Computer Science & Information Technology
You might also like to view...
Details that identify a file's properties are also known as ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
A(n) _______ control structure tells a computer what to do based on whether a condition is true or false.?
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology