Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Objective: Write a program that manages a Movie database. Requirements: Each mov

ID: 3762002 • Letter: O

Question

Objective: Write a program that manages a Movie database.

Requirements: Each movie needs to have the follow attributes: Name Year Rating (1 to 5 stars) Director Box Office Gross

The Movie database must be able to:

- Add a movie Remove a movie by title

- Sort movie by Title

- Sort movie by Rating

- Sort movie by Box Office Gross

- Sort movies by a director (LastName)

Print to a database file (you may define your own protocol)

Read from a database file

***Write a front end that will allow a user to use any of the features noted in the database description

** Use JAVA Eclipse compatible code

** Three different classes should be created: Movie, MovieDatabse, MoiveDBFrontEnd

Explanation / Answer

_______________________________________

________________________________________________