Question: plz solve no4 Suppose you have a vector(int named initialized with some arbitrary sequence of integers Write aC code fraiment that determines the index of

plz solve no4
Suppose you have a vector(int named initialized with some arbitrary sequence of integers Write aC code fraiment that determines the index of where the first value of 9 can be found in there may be more than one). Once you have found that index, mutate the vector by inserting a value of 5 one Index after the 9. and then chase that 9 to 0. To receive full eredit, you must not use a loop Matement, and your answer must be at most 3 statements long. (10 points) Lample 5,3) is the vector (1.2.2.3). then after your code runs will be the vector (1, 2, 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
