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