Colorado State University

Recitation R19 - Music Library
Summer 2016

CS160: Foundations in Programming


Preview

The goal of this lab is to:

Part One: Coding

  1. Create a new project in Eclipse called R11.
  2. Define a new class called Music, without a main method.
  3. Create another class called Library in the R11 project, with a main method.

Part Two: Testing

Test your code by running it on the input file and checking the output file. To really ensure your program is correct, create another test file with the same format as music.txt, but a different number of titles and different data.


Submission

Follow directions from the instructor to package your source files into Library.jar, and submit it to the Checkin tab for R11 on the course web site.


© 2016 CS160 Colorado State University. All Rights Reserved.