Question: Integers are read from input and stored into a vector until - 1 is read. Output the negative elements in the vector in reverse order.

Integers are read from input and stored into a vector until -1 is read. Output the negative elements in the vector in reverse order. End each number with a newline.Ex: If the input is -5-6134-1, then the output is:-6-5Note: Negative integers are less than 0. 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!