Project 2

Due Wednesday, Mar. 8 11:55pm. Submission through SVN.
Please submit your work in SVN directory
https://www.cs.usfca.edu/svn/< your username >/cs112/proj2

e.g.
https://www.cs.usfca.edu/svn/ejung/cs112/proj2

Learning outcome

You will be able to design a class (Movie) and use it in a different class (Driver). You will also get more familiar with reading files in Scanner and working with arrays of objects.

Specifications

Example Runs

Example Run 1
--------------
Welcome to USFlix!
Enter keywords: monster
Monsters University (2013) 
Genre: Animation
Director: Dan Scanlon

Example Run 2
--------------
Welcome to USFlix!
Enter keywords: university
Monsters University (2013) 
Genre: Animation
Director: Dan Scanlon

Example Run 3
--------------
Welcome to USFlix!
Enter keywords: ball   
No results found

Submission

Submit Movie.java, Driver.java, the text file that you've created for the movie data, and README. In the README, explain how your program works. In particular, explain how you integrated and changed the code from project 1.