Your mission is simple. You should create a database of movies. Each movie has a title and a rating.
You should offer the user a menu. If they want to add a move (choice 'a') ask for a title and a rating. The rating should be a integer between 1 and 5. If they ask to print the database (choice 'd') do so. If they want to quit (choice 'q') have the program exit. Finally, if they want to delete a movie (choice 'd') ask for a title and either delete it from the database or print an error. Finally, if they ask for the stats (choice 's') print all stats about the database you have.
1 point - Can add to the database 1 point - Can delete from the database 1 point - The Database is in sorted order 1 point - Can print the count of movies 1 pount - Can print the best and worst movie 1 point - Reject all non-vampire movies. +1 point - Turned in by Wed April 12th -1 point if turned in after Friday April 14th -1 point if after Wed April 19th