Multiple Choice
Which of the following would declare a three-dimensional array called threeD?
A) int[3] threeD;
B) int[ , , ] threeD;
C) int[][][] threeD;
D) int [[[]]] threeD;
E) int[] threeD[3];
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: The class Name consists of 4 instance
Q8: An array index cannot be a float,
Q9: Code Example Ch 08-1<br>Assume an int array,
Q10: Code Example Ch 08-1<br>Assume an int array,
Q11: Write a method to output all elements
Q13: A command-line argument is data that is
Q14: It is possible to sort an array
Q15: A Java main method uses the parameter
Q16: Arrays have a built-in toString method that
Q17: How can you tell if a user