Question: use c++ Write a function that takes in an integer vector as a parameter. The function should prompt the user to enter integer values and

use c++
Write a function that takes in an integer vector as a parameter. The function should prompt the user to enter integer values and fill the vector with those values at the rear of the vector. It should continue to prompt the user until the user enters a -1. Use function declaration void modifyVector(vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
