Question: Exercise question C-1.5: Write a short C++program that takes all the lines input to standard input and writes them to standard output in reverse order.
Exercise question C-1.5: Write a short C++program that takes all the lines input to standard input and writes them to standard output in reverse order. That is, each line is output in the correct order, but the ordering of the lines is reversed. Turn in Reverse yourFirstName.cpp file Your code should have no compile error. Use Vector datatype (Standard Template Library) e.g.) #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
