Write a program that reads integers from the user and stores them in an array. Use 0 as a sentinel value to mark the end of the input. Once all of the values have been read your program should display them (except for the 0) in reverse order, with one value appearing on each line.
For this project solution you may use:
- Arrays (Lists)
This project requires to be completed in a maximum of 2 hours