Question: Write an application that stores 100 movies and displays them by category. The user can enter any of the categories to display the films in the list that match the category.
Once the list is displayed the user is asked whether to continue, if yes programs ask for another category. Otherwise the program ends
Prepare this application in java programming