Multiple Choice
Which one of the following statements correctly declares a reference variable named values that can be used to reference an array of int?
A) int values[];
B) values[int];
C) int[] values;
D) int [values];
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q29: Which one of the following statements correctly
Q30: Which one of the following assignment statements
Q31: You can store a variety of data
Q32: The _ creates an object in memory
Q33: A(n) _ is an object that can
Q35: An array's size declarator must be a
Q36: When a(n) _ variable is declared, the
Q37: _ arrays, also known as 2D arrays,
Q38: List objects, like arrays, are always passed
Q39: A(n) _ is similar to a two-dimensional