Given that a vector of int named a has been declared, assign 3 to its first element.

.
.
Click on the title for the solution
.
.

This is the answer:

:

a[0]=3;

Comments