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];
c. int[] values;
Computer Science & Information Technology
You might also like to view...
You can use the mouse to move an image, you cannot use the directional arrow keys
Indicate whether the statement is true or false
Computer Science & Information Technology
What are the uses and potential problems of using the ping command?
What will be an ideal response?
Computer Science & Information Technology