/* * * 9.35 * * */ int main () { // size returns the amount of elements the vector has // capacity is the elements the vector can grow up to before it has to reallocate return 0; }