Declare a vector named scores of twenty-five elements of type int.

.
.
Click on the title for the solution
.
.

This is the answer:

:

vector <int> scores(25);

Comments