The declaration for an array of 50 objects of class USStates would appear as:

a. USStates[50];
b. USStates stateArr[50];
c. stateArr USStates[50];
d. stateArr[50];
e. Cannot declare an array of objects.

b. USStates stateArr[50];

Computer Science & Information Technology

You might also like to view...

What is U element?

What will be an ideal response?

Computer Science & Information Technology

________________ operators-such as +, -, *, and / -are used to indicate addition, subtraction, multiplication, and division, respectively.

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

Computer Science & Information Technology