Question: Integers are read from input and stored into a vector until 0 is read. Output the Even elements in the vector in reverse order. End

Integers are read from input and stored into a vector until 0 is read. Output the Even elements in the vector in reverse order. End each number with a newline.Ex: If the input is -154-1010, then the output is:1-15Note: (x %2!=0) returns true if x is odd.

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!