To declare and instantiate memory for 4 exam scores that range in value from 0 to 100, the following declaration could be made ____.

A. int examScore = new examScore[3];
B. int [ ] examScore = new examScore[4];
C. int [ ] examScore = new examScore[3];
D. int examScore[4] = new examScore[ ];


Answer: B

Computer Science & Information Technology

You might also like to view...

General–purpose registers are _________ dependent.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which type of prototyping would you recommend for an organization with multiple locations around the world, each with similar needs? Why would you choose this method?

What will be an ideal response?

Computer Science & Information Technology

Users can add up to ________ tags per blog entry on Blogger

A) 15 B) 5 C) 20 D) 10

Computer Science & Information Technology

Which type of  layout allows designers to build more complex layouts because they can be fairly sure of consistent results?

A. fixed B. two-column C. flexible D. inline

Computer Science & Information Technology