2
I am in the second semester of college, we are learning vector, and I am very lost in the exercise list.
An exercise asks the user to type 5 elements for a vector, and then I have to take these elements, send them to another vector, only in reverse order. How can I do that?
Example:
vetor_original [ 1, 2, 3, 4, 5]
vetor_cppia [ 5, 4, 3, 2, 1]