Which one of the following assignment statements associates an int array, that can hold 12 integers, with a reference variable named scores?

a. scores = new int[12];
b. int[12] = new scores;
c. int scores[12];
d. new int scores[12]


a. scores = new int[12];

Computer Science & Information Technology

You might also like to view...

Suppose that you want change your login shell to Bash. What command will you use to do so? What command would you need to use on a networked system?

What will be an ideal response?

Computer Science & Information Technology

When should you update (touch) important files and scripts you have created?

What will be an ideal response?

Computer Science & Information Technology

Intellectual property is protected by national and international laws

Indicate whether the statement is true or false

Computer Science & Information Technology

The ________ dialog box displays tabs for each object type and a tab for the current database

A) PrintMacro B) Backstage C) Macros D) Database Documenter

Computer Science & Information Technology