Question: Integers are read from input and stored into a vector until - 1 is read. Output the elements in the vector, replacing any elements greater

Integers are read from input and stored into a vector until -1 is read. Output the elements in the vector, replacing any elements greater than the vector's last element with "OUCH". End each element with a newline.Ex: If the input is 15-21210-1, the vector's last element is 10. Thus, the output is:OUCH -2 OUCH 10. In C++

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!