Problem
a. Design the logic for a program that allows a user to enter 10 numbers, then displays them in the reverse order of their entry.
b. Modify the reverse-display program so that the user can enter up to 10 numbers until a sentinel value is entered.