Question: a. Design the logic for a program that allows a user to enter 12 numbers, then displays them in the reverse order of entry. b.
a. Design the logic for a program that allows a user to enter 12 numbers, then displays them in the reverse order of entry.
b. Modify the reverse-display program so that the user can enter any amount of numbers up to 12 until a sentinel value is entered.
Step by Step Solution
3.34 Rating (157 Votes )
There are 3 Steps involved in it
def reversedisplay12numbers Displays 12 numbers in reverse order of entry Declare a list to store th... View full answer
Get step-by-step solutions from verified subject matter experts
