Create a project that displays the aisle number of a movie category in a lablel. The movie categories will be a in a list box. Store the aisle numbers and categories in an array.
A Search Button should located the correct location. from the array and display it in a lable. Make sure that the user has selected a category from the list and use the list box SelectedIndex 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
Backwall New Release
Attachment:- Bonanza_Chp8.zip