/** * Write a description of class PlayList here. * * @author (your name) * @version (a version number or a date) */ public class PlayList { // instance variables - replace the example below with your own void add(Song s) { } int totalTime() { return -9; } }