Which of the following statements will store the user's entry into the second element of the numbers array?

A. numbers[1] = 0;
B. numbers[2] = 0;
C. cin >> numbers[1];
D. cin >> numbers[2];

Answer: C

Computer Science & Information Technology

You might also like to view...

Word provides tools that can adjust cells to ________ data evenly across rows and columns

A) align B) merge C) distribute D) split

Computer Science & Information Technology

A(n) ____________ specifies a variable’s name and data type.

a. variable declaration b. data indicator c. object tag d. source entity

Computer Science & Information Technology