Now create an instance of the Movie class using the constructor Movie(). We'll store this instance in a variable called movie.
Movie()
movie
Make sure to pick movie followed by = and then Movie, (, ).
=
Movie
(
)