I am traversing a vector using a for loop, and using pointers to try to change the value of a vector if it is even.
I tried to use pointers but I don\'t know if it is