# Netflix

View Source View Source

  1. The default package contains code for Movie and NetflixQueue classes.

  2. Create your own class with a main() method that will use Movie and NetflixQueue to complete the following challenges:

  3. Instantiate some Movie objects (at least 5).

  4. Use the Movie class to get the ticket price of one of your movies.

  5. Instantiate a NetflixQueue.

  6. Add your movies to the Netflix queue.

  7. Print all the movies in your queue.

  8. Use your NetflixQueue object to finish the sentence "the best movie is...."

  9. Use your NetflixQueue to finish the sentence "the second best movie is...."