Question: Write a program named ArrayDemo that stores an array of 10 integers. (Note that the array is created for you and does not need to
Write a program named ArrayDemo that stores an array of 10 integers. (Note that the array is created for you and does not need to be changed.)
Until the user enters a sentinel value, allow the user four options:
(1) to view the list in order from the first to last position in the stored array
(2) to view the list in order from the last to first position
(3) to choose a specific position to view
(4) to quit the application.
Visual C#
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
