Write a program named IntArrayDemo that stores an array of 10 integers. Until the user enters a sentinel value, allow the user three options: (1) to view the list in order from the first to last position, (2) to view the list in order from the last to first position, or (3) to choose a specific position to view.
**Assignment is in C Language**
**Please do not copy and paste any work directly from the internet. TurnItIn is used in class**