Multiple Choice
Given the following declarations, which of the following variables are arrays? int[] a, b;
Int c, d[];
A) a
B) a and b
C) a and d
D) a, b, and d
E) a, b, c, and d
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: If any int array, a, is passed
Q29: Given the following array declaration and instantiation,
Q30: In Java, arrays are<br>A) primitive data types<br>B)
Q31: Write a method to compute the average
Q32: If a and b are both int
Q34: Given the following statement, where CD is
Q35: A polyline object in Java is<br>A) an
Q36: So long as one is only accessing
Q37: Just as arrays can only have a
Q38: Write a method that takes an array