Create a project that displays the aisle number of a movie category in a label. The movie categories will be in a list box. Store the aisle numbers and categories in an array. A Search button should locate the correct location from the array and display it in a label. Make sure that the user has selected a category from the list and use the list box Selected Index property to find the appropriate aisle number. 
Table Data
 Aisle 1
           Comedy
Aisle 2             Drama
Aisle 3
            Action 
Aisle 4          
 Sci-Fi
 Aisle 5
          Horror
Back Wall
     New Releases