Question: LAB ACTIVITY 6 . 4 4 . 1 : LAB: Output numbers in reverse 0 1 0 Write a program that reads a list of
LAB
ACTIVITY
: LAB: Output numbers in reverse
Write a program that reads a list of integers and outputs those integers in reverse. The input begins with an integer indicating the number of integers that follow. For coding simplicity, follow each output integer by a comma, including the last one.
Ex: If the input is:
the output is:
Hint: First read the integers into a vector, then output the vector in reverse.
Run
HistoryDESKTOP
CONSOLE
Coding trail of your work
What is this?
History of your effort will appear here once you begin working on this zyLab.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
